445 Commits (d4a23b81e9e49a6e9cc871d8bb1accc70c6444df)

Author SHA1 Message Date
Juergen Hoeller cee53e9330 Unit tests for method validation before async dispatching 10 years ago
Stephane Nicoll b0979cbab6 autoGrow support in DataBinder for field access 10 years ago
Stephane Nicoll 17d15cc495 Fix warning 10 years ago
Stephane Nicoll bc714888c4 Nested properties support for field-based validation 10 years ago
Juergen Hoeller 46dc07a005 AsyncExecutionInterceptor uses submitListenable if method signature indicates ListenableFuture 10 years ago
Juergen Hoeller b6255128bf ConfigurationClassPostProcessor skips pre-processed bean definitions now (avoiding side effects in case of multiple CCPPs) 10 years ago
Stephane Nicoll c7b106577f polishing 10 years ago
Marten Deinum 2ede219e66 Using SmartLifecycle to register MBeans 10 years ago
Stephane Nicoll 001d0e734c Support for @Order at the bean declaration level 10 years ago
Stephane Nicoll aaae10ce3b Cache operation invocation hook point 10 years ago
Juergen Hoeller 31f2f20307 Unit tests for configuration classes implementing the JSR-330 Provider interface 10 years ago
Stephane Nicoll bb6e07bd3a polishing 10 years ago
Stephane Nicoll 9952973e01 Add missing cache-resolver attribute 10 years ago
Stephane Nicoll 05e96ee448 Cache provider related exceptions handling 11 years ago
Juergen Hoeller 52f44b340e Properly evaluate @Conditional in case of multiple imports for same config class 11 years ago
Juergen Hoeller b4d447fc3d isLiteConfigurationCandidate considers @ComponentScan and @ImportResource as indicators as well 11 years ago
Juergen Hoeller 8c9116fd4b Additional tests for configuration class importing via ASM 11 years ago
Juergen Hoeller 02aca9c754 Polishing 11 years ago
Juergen Hoeller 1b2014a52d AbstractAutoProxyCreator and AbstractAdvisingBeanPostProcessor consistently not considering configuration callbacks and internal language interfaces as reasonable proxy interfaces 11 years ago
Juergen Hoeller e510f6393a Polishing 11 years ago
Juergen Hoeller a0658c5832 AbstractAdvisingBeanPostProcessor uses target class check for existing proxy but checks against actual exposed object otherwise (catching introductions) 11 years ago
Juergen Hoeller be5f2a8b4e Polishing 11 years ago
Juergen Hoeller ab24dda4ff Revised @PropertySource parsing for consistent PropertySource naming, avoiding accidental overriding by name 11 years ago
Juergen Hoeller 299776fd80 Test for overriding singleton @Bean method with scoped proxy in configuration subclass 11 years ago
Juergen Hoeller 310bdbcb15 @Bean processing explicitly ignores bridge methods (for method overrides with return type narrowing on JDK 8) 11 years ago
Stephane Nicoll 5559209233 Remove useless imports 11 years ago
Juergen Hoeller 48c977afdc Polishing 11 years ago
Juergen Hoeller 4612559446 Automated tests against Hibernate ORM 4.3 and Hibernate Validator 5 11 years ago
Juergen Hoeller 90309ab0b5 CglibAopProxy detects package-visible methods when defined in a different ClassLoader 11 years ago
Stephane Nicoll 397aa82984 Fix expression cache 11 years ago
Juergen Hoeller 49916bb7eb SimpleApplicationEventMulticaster supports a configurable ErrorHandler strategy 11 years ago
Juergen Hoeller 0041e245a1 Polishing 11 years ago
Stephane Nicoll 7b5e9e8c8e polishing 11 years ago
Stephane Nicoll f3b8a4103e Use CacheResolver in Spring abstraction 11 years ago
Stephane Nicoll 3e74d3b2fb Add putIfAbsent on Cache abstraction 11 years ago
Stephane Nicoll db23ec733b Add exception handling of asynchronous method 11 years ago
Stephane Nicoll 3c28301ded Provide common cache config 11 years ago
Stephane Nicoll f06cad91c0 Add custom cache manager per cache operation 11 years ago
Stephane Nicoll 81c208098f Custom KeyGenerator 11 years ago
Juergen Hoeller 90512f036b Fixed SPR issue reference and aligned exception messages 11 years ago
Juergen Hoeller 9fc13e1d23 CacheAspectSupport checks Cache.get(key) once per invocation only 11 years ago
Juergen Hoeller 8b73c0affb Added ASM-based tests for custom scoping annotations 11 years ago
Sam Brannen 9cee70ff66 Polish ComponentScanParserTests and clean up warnings 11 years ago
Sam Brannen 99cd2f6098 Support meta-annotation overrides in ASM processing 11 years ago
Sam Brannen b640b9fdfe Update TODOs for SPR-11574 11 years ago
Sam Brannen 9ce0df89ff Support Class meta-annotation attributes with ASM 11 years ago
Juergen Hoeller 38e7c4776b Cache.get(key, type) should also work in case of null value found in cache 11 years ago
Sam Brannen e7b8a657b4 Add more tests for @ComponentScan as a meta-annotation 11 years ago
Sam Brannen f1fbe85ff1 Investigate issue with @ComponentScan as meta-annotation 11 years ago
Sam Brannen 3d506eb033 Clean up ConfigurationClassPostProcessorTests 11 years ago