552 Commits (961574bd17b2fe30f171646f54667b5895f0dcbf)

Author SHA1 Message Date
Juergen Hoeller dfdfc03ff3 Polishing 10 years ago
Sam Brannen c62fbea2ba Demonstrate that the CollectionFactory API is not type-safe 10 years ago
Sam Brannen aec284a4ca Create empty EnumSets & EnumMaps in CollectionFactory 10 years ago
Sam Brannen fb426fe611 Demonstrate that the CollectionFactory API is not type-safe 10 years ago
Sam Brannen 978b8c81e5 Cover maps & more collections in CollectionFactoryTests 10 years ago
Sam Brannen 86f99ec8f7 Improve error handling in CollectionFactory 10 years ago
Sam Brannen 5aaed147d5 Use public AssumptionViolatedException in Assume 10 years ago
Sam Brannen d8ef666764 Suppress "rawtypes" warnings in CollectionFactory 10 years ago
Sam Brannen fe78900524 Work-around for Eclipse bug regarding EnumSets 10 years ago
Juergen Hoeller bb1d1e916e Polishing 10 years ago
Juergen Hoeller 5018889d78 AnnotationAttributesReadingVisitor defensively handles meta-annotation retrieval failure 10 years ago
Juergen Hoeller c94d584f37 OrderUtils defensively checks for presence of javax.annotation.Priority 10 years ago
Juergen Hoeller efb114d49a Polishing 10 years ago
Juergen Hoeller bfbd25a0e9 BeanWrapper auto-growing support for EnumSet / EnumMap 10 years ago
Juergen Hoeller 7635e7b7f2 Polishing 10 years ago
Juergen Hoeller fef4cd0ed6 Default conversion support for EnumSet / EnumMap 10 years ago
Juergen Hoeller f44217a0c2 Clarified getAllAnnotationAttributes behavior 10 years ago
Juergen Hoeller ab5856b6a8 Tracking ASM 5.0.4 development: Fix for ASM issue 317545 10 years ago
Juergen Hoeller 223d849a14 Polishing 10 years ago
Juergen Hoeller 7fcadaa393 MethodParameter generally uses volatile variables where applicable now (as well as a local copy of the parameterNameDiscoverer field) 10 years ago
Juergen Hoeller 1ef06cc743 MutablePropertySources uses an internal CopyOnWriteArrayList for defensiveness against concurrent modifications 10 years ago
Chris Beams dff48ad8dd Allow non-String args in JOptCommandLinePropertySource 10 years ago
Juergen Hoeller 285dca027b Polishing 10 years ago
Juergen Hoeller 1146d5ba1d Polishing 10 years ago
Juergen Hoeller 725ad0df50 SimpleMetadataReaderFactory is capable of resolving inner class names with dot syntax now (analogous to ClassUtils.forName) 10 years ago
Juergen Hoeller b70c5d1ff1 Normalized AnnotationAttributesReadingVisitor class layout and improved diagnostics through delegating to AnnotationUtils 10 years ago
Juergen Hoeller 06632822e9 Log4jConfigurer initLogging(location) throws FileNotFoundException for file URL as well 10 years ago
Juergen Hoeller cb095132b1 Defensive String equals comparison in ClassReader 10 years ago
Juergen Hoeller b16048b061 ClassReader relies on autoboxing for reuse of cached primitive values 10 years ago
Juergen Hoeller 2956049c30 Polishing 10 years ago
Juergen Hoeller 2b6f841b03 OrderUtils.getPriority uses AnnotationUtils.findAnnotation for consistent lookup rules and diagnostics 10 years ago
Juergen Hoeller 47dde91763 Consistent use of logIntrospectionFailure 10 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 10 years ago
Juergen Hoeller 716916b281 AnnotationUtils favors local composed annotations over interface annotations and consistently logs introspection failures via lazily initialized logger 10 years ago
Juergen Hoeller c7e7d11156 Polishing 10 years ago
Juergen Hoeller 70fec47944 Provider declaration for @Value method argument works again 10 years ago
Juergen Hoeller 9d969587ab CompositePropertySource extends EnumerablePropertySource now 10 years ago
Juergen Hoeller 05c995cfb3 DecoratingClassLoader and its subclasses register themselves as parallel capable on Java 7+ 10 years ago
Juergen Hoeller 7d307b3853 Polishing 10 years ago
Stephane Nicoll 6f1acdd561 Optimize ResolvableType cache 10 years ago
Brian Clozel d293889bb3 Fix invalid PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE 10 years ago
Sam Brannen a6c2d4595b Polish Javadoc for BackOff implementations 10 years ago
Juergen Hoeller e8486e2afe Tracking ASM 5.0.4 development: Fix for ASM issue 317539 10 years ago
Juergen Hoeller 1f3e195dac Polishing 10 years ago
Juergen Hoeller 587a81617c SystemEnvironmentPropertySource uses actual SecurityManager check and direct keySet access 10 years ago
Juergen Hoeller 1936dee991 Replaced postProcessFindAllClassPathResourcesResult with doFindAllClassPathResources 10 years ago
Sam Brannen f27c7df004 Avoid Gradle compiler warnings 10 years ago
Phillip Webb 1947de3334 Provide subclass hooks in path matching resolver 10 years ago
Phillip Webb c41ea96177 Optimize ReflectionUtils.isCglibRenamedMethod 10 years ago
Phillip Webb 752574de1d Optimize SystemEnvPropertySource when possible 10 years ago