394 Commits (209bb4ee4b93d8b7f0aed794d784cd830701c8c3)

Author SHA1 Message Date
Stephane Nicoll bd85c916eb Integrate animal sniffer 12 years ago
Juergen Hoeller adb616b67b JRubyScriptUtils defensively handles null Nodes in findClassNode (fails against JRuby 1.7.12 otherwise) 12 years ago
Stephane Nicoll 90081f787f Fix Cacheable javadoc 12 years ago
Juergen Hoeller be5f2a8b4e Polishing 12 years ago
Juergen Hoeller ab24dda4ff Revised @PropertySource parsing for consistent PropertySource naming, avoiding accidental overriding by name 12 years ago
Juergen Hoeller 6f2e61b19f Polishing 12 years ago
Juergen Hoeller 6cb45f714e General defensiveness about the bootstrap ClassLoader (i.e. null ClassLoader) 12 years ago
Juergen Hoeller ce1954da1e Configuration class processing explicitly skips java.* classes since we'll never find @Bean annotations there anyway 12 years ago
Juergen Hoeller 9353332a61 Polishing 12 years ago
Stephane Nicoll 5559209233 Remove useless imports 12 years ago
Juergen Hoeller 4612559446 Automated tests against Hibernate ORM 4.3 and Hibernate Validator 5 12 years ago
Stephane Nicoll 713dd60fa7 JMS annotation-driven endpoints. 12 years ago
Stephane Nicoll 397aa82984 Fix expression cache 12 years ago
Sam Brannen 2a937a369e Polish Javadoc in SimpleApplicationEventMulticaster 12 years ago
Juergen Hoeller 49916bb7eb SimpleApplicationEventMulticaster supports a configurable ErrorHandler strategy 12 years ago
Juergen Hoeller 14f9dbf70c Consistent documentation for both 'close' and 'shutdown' as inferred destroy methods 12 years ago
Juergen Hoeller 0041e245a1 Polishing 12 years ago
Stephane Nicoll f3b8a4103e Use CacheResolver in Spring abstraction 12 years ago
Stephane Nicoll 47a4327193 Add JSR-107 cache annotations support 12 years ago
Stephane Nicoll 3e74d3b2fb Add putIfAbsent on Cache abstraction 12 years ago
Stephane Nicoll db23ec733b Add exception handling of asynchronous method 12 years ago
Stephane Nicoll 119dfd9cf9 Fix cache decoration 12 years ago
Stephane Nicoll 3c28301ded Provide common cache config 12 years ago
Stephane Nicoll 6a8cf28665 polishing 12 years ago
Stephane Nicoll f06cad91c0 Add custom cache manager per cache operation 12 years ago
Stephane Nicoll 81c208098f Custom KeyGenerator 12 years ago
Juergen Hoeller b70148c12d Consistent PropertyAccessor method order as declared in the interface 12 years ago
Juergen Hoeller 3388573646 AbstractApplicationEventMulticaster only caches if event type and source type are cache-safe 12 years ago
Juergen Hoeller 90512f036b Fixed SPR issue reference and aligned exception messages 12 years ago
Juergen Hoeller 9fc13e1d23 CacheAspectSupport checks Cache.get(key) once per invocation only 12 years ago
Juergen Hoeller 3aff973d13 Javadoc: @ComponentScan is subject to @Conditional as well 12 years ago
Juergen Hoeller 38e7c4776b Cache.get(key, type) should also work in case of null value found in cache 12 years ago
Juergen Hoeller bcde955ec9 Ignore placeholder resolution failure as well in case of ignoreResourceNotFound=true 12 years ago
Juergen Hoeller e50cff47c1 KeyGenerators should not return a plain array parameter as raw key but rather always handle that case in a deepHashCode fashion 12 years ago
Craig Andrews 6d8f3a0a20 Fix SimpleKey equality with array argument 12 years ago
Juergen Hoeller cb41f42791 AbstractApplicationEventMulticaster filters listeners against their type first, avoiding eager retrieval of listener instances for non-matching events 12 years ago
Sam Brannen 1ac08e4a1b Polish Javadoc for ConfigurationClassParser 12 years ago
Sam Brannen ce0d916492 Fix 'method' typo in @PropertySources 12 years ago
Juergen Hoeller 8a96d1a6ee Polishing 12 years ago
Juergen Hoeller 14e5a02870 Mixed polishing along with recent changes 12 years ago
Juergen Hoeller d550ffb37f Clarified CompositeCacheManager's applicability, added convenience constructor with given delegates, and fixed getCacheNames implementation to never return duplicates 12 years ago
Juergen Hoeller 53aab24690 Polishing 12 years ago
Sam Brannen c335e99e3f Remove trailing whitespace from source code 12 years ago
Juergen Hoeller 8c0e3040c2 Polishing 12 years ago
Juergen Hoeller 749b65b0b2 Polishing 12 years ago
Sam Brannen de5b7a378b Fix grammar and update link in Javadoc for SimpleThreadScope 12 years ago
Dave Brosius cdd2324ab5 fix log spelling typo 12 years ago
Juergen Hoeller 8c4e372558 Introduced SpringNamingPolicy for CGLIB 12 years ago
Juergen Hoeller 5be8301128 Fixed isMatchingFieldError to properly handle empty field name 12 years ago
Juergen Hoeller c1eac209c3 Fixed LiveBeansView to not produce invalid JSON if last bean is not eligible 12 years ago