512 Commits (155fa3754bdcb02b7a2af86253679becb57912f2)

Author SHA1 Message Date
Phillip Webb 094cf6cafb Support *Aware for @ComponentScan custom filters 10 years ago
Juergen Hoeller b4de66ff9a Test for placeholder-specified default value within @Value 10 years ago
Juergen Hoeller b944283354 ConstructorResolver exposes parameter signature from user-declared class (in case of a CGLIB-generated subclass) 10 years ago
Stephane Nicoll 8e24a4153c Support ResolvableTypeProvider on simple event pojo 10 years ago
Sam Brannen 61824b1ade Remove trailing whitespace from source code 10 years ago
Juergen Hoeller 8e5e384de7 Test for constructor with unresolvable parameter name 10 years ago
Juergen Hoeller 7b1fcfc7c3 Consistently strict parsing of date overflows (using java.time's strict resolution style) 10 years ago
Juergen Hoeller a3789120c9 Support for @PropertySource annotations with custom implementation types 10 years ago
Juergen Hoeller b9fe6d89da Avoid NPE in case of @Lazy @Autowired(required=false) 10 years ago
Juergen Hoeller 700ab2fc98 DataBinder test for java.util.Optional property 10 years ago
Juergen Hoeller a7ad49adcf Placeholder configurers allow for trimming of property values 10 years ago
Juergen Hoeller 5ed9046886 BeanMethodInterceptor does not pass on null arguments for singleton beans 10 years ago
Juergen Hoeller ea4a766df7 Consistent support for SpEL next to placeholders in annotation attributes 10 years ago
Juergen Hoeller 51c35bf81c SpringValidatorAdapter exposes String attributes as MessageSourceResolvable 10 years ago
Juergen Hoeller 4a0fa69ce4 Injection support for Collection/Map beans and self references 10 years ago
Juergen Hoeller 64ce8a81c3 Polishing 10 years ago
Juergen Hoeller d18b3f049a Tests for @Enable/@ComponentScan without @Configuration 10 years ago
Andy Clement a12f23936c Allow use of '&' prefix to access factory bean in SpEL 10 years ago
Stephane Nicoll eb49f3c225 Add interface-based detection test 10 years ago
Juergen Hoeller 182b1e99e3 TODO marker for test which fails as of AspectJ 1.9 beta 3 10 years ago
Juergen Hoeller 27c2e8c80d Polishing 10 years ago
Juergen Hoeller 388bd87ef0 ComponentScan annotation is repeatable now 10 years ago
Juergen Hoeller 4f955932a7 @Value can be used as aliased meta-annotation 10 years ago
Juergen Hoeller 470ea977e1 Consistent validation of annotated methods behind AOP proxies 10 years ago
Juergen Hoeller 1cfeb07fa5 Consistent use of varargs plus related polishing 10 years ago
Stephane Nicoll 0194988425 Store by value support for ConcurrentMapCacheManager 10 years ago
Stephane Nicoll d444ef4871 Support for bean refs in event SpEL condition 10 years ago
Stephane Nicoll 9b5e47026c Support for bean refs in caching SpEL expressions 10 years ago
Stephane Nicoll 19d97c4253 Support for multi-threaded cache access 10 years ago
Juergen Hoeller fca5365cf1 Avoid scoped destruction callbacks in case of no post-processor actually applying 10 years ago
Juergen Hoeller 967ef73765 Detect @Autowired constructors for configuration classes 10 years ago
Stephane Nicoll 9e7c791a0f Automatically autowire a bean with one constructor 10 years ago
Sam Brannen 5b3edcd9f9 Spring Cleaning in December 10 years ago
Juergen Hoeller def10343ea Unit tests for @Value Resource resolution 10 years ago
Juergen Hoeller dd647659b3 Rearranged cache test class names across several modules 10 years ago
Juergen Hoeller 1da564d2f0 Joda/DateTimeFormatterRegistrar also supports YearMonth and MonthDay 10 years ago
Juergen Hoeller bc0b707175 JodaTimeFormatterRegistrar supports Duration and Period as well 10 years ago
Stephane Nicoll c90ca15add Fix caching tests 10 years ago
Juergen Hoeller 24e4f56d7e Test case for event listener methods on bean with potentially inactive scope 10 years ago
Juergen Hoeller d5ca5b74a5 DateTimeFormatterRegistrar supports Duration and Period as well 10 years ago
Juergen Hoeller 20a286b4d6 ASM ClassWriter uses application ClassLoader for its getCommonSuperClass check 10 years ago
Juergen Hoeller 3aefc96593 @ManagedOperationParameter declares @Target/@Retention/@Documented/@Repeatable now 10 years ago
Andy Clement 29303ef591 Allow MapAccessor to be compilable in SpEL expressions 10 years ago
Juergen Hoeller 3cb926e01c Task list getters never return null now 10 years ago
Juergen Hoeller d5efe4f983 Detect event listener methods behind interface proxies as well 11 years ago
Stephane Nicoll 2a2a8d3f93 Allow null values to be cached with `@CacheResult` 11 years ago
Juergen Hoeller 2ba5cb2734 Polishing 11 years ago
Juergen Hoeller 8c4b8d253a Auto-adapt reflective arguments in case of vararg array type mismatch 11 years ago
Juergen Hoeller 66177dfd8c StreamUtils.emptyInput() for consistent empty InputStream exposure 11 years ago
Juergen Hoeller dbec2121a0 EventListenerMethodProcessor does not validate target classes behind proxies anymore 11 years ago