529 Commits (3c45bc4a502fb8b45a3d9dcaedc9c1d271576ee0)

Author SHA1 Message Date
Juergen Hoeller f29d6eb5f6 Properly evaluate @Conditional in case of multiple imports for same config class (fixing regression in Spring Boot) 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
Stephane Nicoll 658f7f58df Add missing @since tag 11 years ago
Stephane Nicoll bd85c916eb Integrate animal sniffer 11 years ago
Juergen Hoeller adb616b67b JRubyScriptUtils defensively handles null Nodes in findClassNode (fails against JRuby 1.7.12 otherwise) 11 years ago
Stephane Nicoll 90081f787f Fix Cacheable javadoc 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 6f2e61b19f Polishing 11 years ago
Juergen Hoeller 6cb45f714e General defensiveness about the bootstrap ClassLoader (i.e. null ClassLoader) 11 years ago
Juergen Hoeller ce1954da1e Configuration class processing explicitly skips java.* classes since we'll never find @Bean annotations there anyway 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
Juergen Hoeller 9353332a61 Polishing 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
Stephane Nicoll 713dd60fa7 JMS annotation-driven endpoints. 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
Sam Brannen 2a937a369e Polish Javadoc in SimpleApplicationEventMulticaster 11 years ago
Juergen Hoeller 49916bb7eb SimpleApplicationEventMulticaster supports a configurable ErrorHandler strategy 11 years ago
Juergen Hoeller 14f9dbf70c Consistent documentation for both 'close' and 'shutdown' as inferred destroy methods 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 47a4327193 Add JSR-107 cache annotations support 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 119dfd9cf9 Fix cache decoration 11 years ago
Stephane Nicoll 3c28301ded Provide common cache config 11 years ago
Stephane Nicoll 6a8cf28665 polishing 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 b70148c12d Consistent PropertyAccessor method order as declared in the interface 11 years ago
Juergen Hoeller 3388573646 AbstractApplicationEventMulticaster only caches if event type and source type are cache-safe 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
Juergen Hoeller 3aff973d13 Javadoc: @ComponentScan is subject to @Conditional as well 11 years ago
Stephane Nicoll 4cd818b9e4 Harmonize log configuration 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