979 Commits (b3b3fc5a7ee6449cf80254c8ccfc5f79e58cde88)

Author SHA1 Message Date
Sam Brannen 61824b1ade Remove trailing whitespace from source code 9 years ago
Juergen Hoeller 8e5e384de7 Test for constructor with unresolvable parameter name 9 years ago
Juergen Hoeller 7b1fcfc7c3 Consistently strict parsing of date overflows (using java.time's strict resolution style) 9 years ago
Juergen Hoeller a3789120c9 Support for @PropertySource annotations with custom implementation types 9 years ago
Juergen Hoeller b9fe6d89da Avoid NPE in case of @Lazy @Autowired(required=false) 9 years ago
Juergen Hoeller 700ab2fc98 DataBinder test for java.util.Optional property 9 years ago
Juergen Hoeller a7ad49adcf Placeholder configurers allow for trimming of property values 9 years ago
Juergen Hoeller 5ed9046886 BeanMethodInterceptor does not pass on null arguments for singleton beans 9 years ago
Andy Wilkinson 65d144b1e5 Consistent descriptions for ConfigurationClass 9 years ago
Juergen Hoeller 7fcb277de9 Consistent behavior for unwrap(null) on JPA and Bean Validation wrappers 9 years ago
Juergen Hoeller ea4a766df7 Consistent support for SpEL next to placeholders in annotation attributes 9 years ago
Juergen Hoeller 25be5e060c TaskDecorator callback supported by common TaskExecutor implementations 9 years ago
Juergen Hoeller ac44f9edd9 Consistent equals implementations across class hierarchies 9 years ago
Stephane Nicoll 513c1ea3d9 Update @author tag 9 years ago
Stephane Nicoll 37b3b24578 Polish contribution 9 years ago
soldierkam c73e52412a Decrease allocation rate for CacheOperation 9 years ago
Juergen Hoeller 5c87afc51d Polishing 9 years ago
Juergen Hoeller 51c35bf81c SpringValidatorAdapter exposes String attributes as MessageSourceResolvable 9 years ago
Juergen Hoeller b79e8a5cbc Support for Common Annotations 1.1 Resource.lookup() attribute 9 years ago
Juergen Hoeller 0dff782402 Fixed addProtocolResolver signature in ConfigurableApplicationContext 9 years ago
Juergen Hoeller 37de0b241d ProtocolResolver SPI allows for custom resource resolution 9 years ago
Sam Brannen 26edc674ed Polish Javadoc for resource-based MessageSources 9 years ago
Juergen Hoeller f108deb114 (Reloadable)ResourceBundleMessageSource allows for adding resources 9 years ago
Juergen Hoeller a3a5a03ee3 PropertySource annotation allows for custom encoding 9 years ago
Juergen Hoeller 4a0fa69ce4 Injection support for Collection/Map beans and self references 9 years ago
Juergen Hoeller 64ce8a81c3 Polishing 9 years ago
Juergen Hoeller d18b3f049a Tests for @Enable/@ComponentScan without @Configuration 9 years ago
Juergen Hoeller 837cb752a4 Clarify component scan include-filter semantics 9 years ago
Stephane Nicoll cd903e26de Polish 9 years ago
Andy Clement a12f23936c Allow use of '&' prefix to access factory bean in SpEL 9 years ago
Stephane Nicoll eb49f3c225 Add interface-based detection test 9 years ago
Juergen Hoeller 182b1e99e3 TODO marker for test which fails as of AspectJ 1.9 beta 3 9 years ago
Stephane Nicoll 2fc2c29e9a Update copyright header 9 years ago
Rossen Stoyanchev 3dae3fd8a9 Refine ListenableFutureCallback policy for exceptions 9 years ago
Juergen Hoeller 773d175681 Polishing 9 years ago
Juergen Hoeller e14c2de1d2 ImportStack extends ArrayDeque instead of Stack and relies on standard contains implementation 9 years ago
Juergen Hoeller 27c2e8c80d Polishing 9 years ago
Juergen Hoeller 388bd87ef0 ComponentScan annotation is repeatable now 9 years ago
Juergen Hoeller 4f955932a7 @Value can be used as aliased meta-annotation 9 years ago
Juergen Hoeller 470ea977e1 Consistent validation of annotated methods behind AOP proxies 9 years ago
Juergen Hoeller 1cfeb07fa5 Consistent use of varargs plus related polishing 9 years ago
Juergen Hoeller bb0bc3d415 Polishing 9 years ago
Stephane Nicoll 0194988425 Store by value support for ConcurrentMapCacheManager 9 years ago
Stephane Nicoll d444ef4871 Support for bean refs in event SpEL condition 9 years ago
Stephane Nicoll 9b5e47026c Support for bean refs in caching SpEL expressions 9 years ago
Stephane Nicoll 19d97c4253 Support for multi-threaded cache access 9 years ago
Juergen Hoeller fca5365cf1 Avoid scoped destruction callbacks in case of no post-processor actually applying 9 years ago
Stephane Nicoll 3a238a2b61 Polish contribution 9 years ago
Ben Manes 13aabeef37 Add caching support for Caffeine 9 years ago
Juergen Hoeller 967ef73765 Detect @Autowired constructors for configuration classes 9 years ago