578 Commits (9e8e7aa6b9bebd47344abfc024325d7d1dd44c7e)

Author SHA1 Message Date
Juergen Hoeller ae35e84c1e Polishing 11 years ago
Juergen Hoeller ca17dc06a5 SimpleAliasRegistry prevents NPE for alias resolved to null 11 years ago
Juergen Hoeller 9e925aa86c Polishing 11 years ago
Juergen Hoeller ce4e795f09 Polishing 11 years ago
Juergen Hoeller 8e074b6b67 Avoid infinite loop in PatternMatchUtils 11 years ago
Juergen Hoeller 5b10575ce5 Fix for ASM issue 317555 11 years ago
Juergen Hoeller 6a7aab02aa PathMatchingResourcePatternResolver skips invalid jar classpath entries 11 years ago
Juergen Hoeller f1dbe8db27 AnnotatedElementUtils leniently ignores TypeNotPresentExceptions (just like AnnotationUtils) 11 years ago
Sam Brannen bf423b2ca0 Remove duplicate separators when combining paths 11 years ago
Juergen Hoeller 34a5fb28c2 Polishing 11 years ago
Juergen Hoeller 89f5248189 AnnotationUtils.getAnnotationAttributes makes Method accessible (analogous to AnnotationUtils.getValue) 11 years ago
Juergen Hoeller 52ed9b7106 Consistent javadoc param declarations for type variables 11 years ago
Juergen Hoeller ca09eb2c59 Fixed addConverterFactory assertion 11 years ago
Juergen Hoeller 6892ad42d6 Alignment with ResolvableType revision in master 11 years ago
Juergen Hoeller 8d14e7736a Polishing 11 years ago
Juergen Hoeller b352dbfdeb Polishing (in particular updating javadoc references to Apache Commons) 11 years ago
Juergen Hoeller 7ed7f981c9 Polishing 11 years ago
Juergen Hoeller f2691901bb ObjectToOptionalConverter preserves existing Optional instances 11 years ago
Juergen Hoeller 5f305759fa Converter interface explicitly documents null values 11 years ago
Juergen Hoeller 364210b0e7 Fixed javadoc 11 years ago
Sam Brannen 6c93745f35 Include charset in EncodedResource.equals() 11 years ago
Juergen Hoeller 8dbe753963 Polishing 11 years ago
Juergen Hoeller 0706889222 Polishing 11 years ago
Rossen Stoyanchev d63cfc8eeb Add JdkIdGenerator and use it in SockJS client 11 years ago
Juergen Hoeller a7975c685d AnnotationUtils explicitly handles null parameters 11 years ago
Juergen Hoeller ed665a12a3 ObjectToOptionalConverter uses Optional.ofNullable after ConversionService invocation 11 years ago
Juergen Hoeller 86b8112c90 Polishing 11 years ago
Juergen Hoeller dfdfc03ff3 Polishing 11 years ago
Sam Brannen c62fbea2ba Demonstrate that the CollectionFactory API is not type-safe 11 years ago
Sam Brannen aec284a4ca Create empty EnumSets & EnumMaps in CollectionFactory 11 years ago
Sam Brannen fb426fe611 Demonstrate that the CollectionFactory API is not type-safe 11 years ago
Sam Brannen 978b8c81e5 Cover maps & more collections in CollectionFactoryTests 11 years ago
Sam Brannen 86f99ec8f7 Improve error handling in CollectionFactory 11 years ago
Sam Brannen 5aaed147d5 Use public AssumptionViolatedException in Assume 11 years ago
Sam Brannen d8ef666764 Suppress "rawtypes" warnings in CollectionFactory 11 years ago
Sam Brannen fe78900524 Work-around for Eclipse bug regarding EnumSets 11 years ago
Juergen Hoeller bb1d1e916e Polishing 11 years ago
Juergen Hoeller 5018889d78 AnnotationAttributesReadingVisitor defensively handles meta-annotation retrieval failure 11 years ago
Juergen Hoeller c94d584f37 OrderUtils defensively checks for presence of javax.annotation.Priority 11 years ago
Juergen Hoeller efb114d49a Polishing 11 years ago
Juergen Hoeller bfbd25a0e9 BeanWrapper auto-growing support for EnumSet / EnumMap 11 years ago
Juergen Hoeller 7635e7b7f2 Polishing 11 years ago
Juergen Hoeller fef4cd0ed6 Default conversion support for EnumSet / EnumMap 11 years ago
Juergen Hoeller f44217a0c2 Clarified getAllAnnotationAttributes behavior 11 years ago
Juergen Hoeller ab5856b6a8 Tracking ASM 5.0.4 development: Fix for ASM issue 317545 11 years ago
Juergen Hoeller 223d849a14 Polishing 12 years ago
Juergen Hoeller 7fcadaa393 MethodParameter generally uses volatile variables where applicable now (as well as a local copy of the parameterNameDiscoverer field) 12 years ago
Juergen Hoeller 1ef06cc743 MutablePropertySources uses an internal CopyOnWriteArrayList for defensiveness against concurrent modifications 12 years ago
Chris Beams dff48ad8dd Allow non-String args in JOptCommandLinePropertySource 12 years ago
Juergen Hoeller 285dca027b Polishing 12 years ago