107 Commits (e6b1f0a139293be2ea90da754218c7fd282f836a)

Author SHA1 Message Date
Stephane Nicoll 2a2a8d3f93 Allow null values to be cached with `@CacheResult` 9 years ago
Juergen Hoeller 112781fb47 Reliable null value handling in ConcurrentMapCache, GuavaCache, JCacheCache 9 years ago
Juergen Hoeller 525d111210 Polishing 9 years ago
Juergen Hoeller e05fb494f5 Polishing 9 years ago
Juergen Hoeller b4095c3e1d Class identity comparisons wherever possible 9 years ago
Stephane Nicoll a7fec6a459 Lazily resolve the default exception CacheResolver 10 years ago
Stephane Nicoll 314b069fd8 Only require an exception CacheResolver if necessary 10 years ago
Juergen Hoeller d23893fd25 Consistent javadoc param declarations for type variables 10 years ago
Juergen Hoeller 26d4f91835 Compatibility with EhCache 3.0 M1 (as a JCache provider) 10 years ago
Stephane Nicoll 9172a6d05e Restore proper use of CacheLoader 10 years ago
Stephane Nicoll a64532ede2 Add testConnection on JavaMailSender 10 years ago
Stephane Nicoll babbf6e871 Harmonize resources location 10 years ago
Stas Volsky ef95fc2f7e Synchronize clear on TransactionAwareCacheDecorator 10 years ago
Stephane Nicoll c7b324b89b Move cached expression evaluation abstraction 10 years ago
Juergen Hoeller 223d849a14 Polishing 10 years ago
Juergen Hoeller 2675ce7c9f Polishing 10 years ago
Stephane Nicoll 330897b411 Fix typo 10 years ago
Juergen Hoeller e2518e0b7c Reduced DefaultJCacheOperationSource's dependency from ApplicationContext to BeanFactory 10 years ago
Juergen Hoeller 0e36402bd2 Revised retrieval of cache strategy beans 10 years ago
Stephane Nicoll 5aefcc802e Prevent early bean initialization with @EnableCaching 10 years ago
Juergen Hoeller 69f1b78e93 Latest dependency updates (EhCache 2.9, Joda-Time 2.5, Jackson 2.4.3, Tiles 3.0.5, Tomcat 8.0.14, FreeMarker 2.3.21) 10 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 10 years ago
Stephane Nicoll 6f987a9cf8 Proper JCache metadata caching on non cache methods 10 years ago
Juergen Hoeller b7faef0103 JavaMailSenderImpl catches Exception instead of MessagingException and checks for reconnect in case of message batches 10 years ago
Juergen Hoeller 473ed1a672 Polishing 10 years ago
Juergen Hoeller cc02269c9f JavaMailSenderImpl considers empty username and password as not set (for use with placeholders) 10 years ago
Stephane Nicoll d47c5433cb Improve configuration changes in GuavaCacheManager 10 years ago
Juergen Hoeller c65a82a32d Polishing 10 years ago
Juergen Hoeller a2e6b56dd0 SchedulerAccessorBean falls back to finding a default Scheduler bean by type 10 years ago
Juergen Hoeller 2ef3d66c89 Polishing 10 years ago
Juergen Hoeller 0d0d7139ee Convenient EhCache CacheManager bootstrapping within @Bean methods 10 years ago
Juergen Hoeller ad475ffadf Consistent vararg declarations for String array setters 10 years ago
Juergen Hoeller 036896a6b8 Split configuration constants into local XConfigUtils classes instead of piling them up in AnnotationConfigUtils 10 years ago
Stephane Nicoll d9e0b292ab polishing 10 years ago
Juergen Hoeller 188e58c46a Fixed javadoc links 10 years ago
Stephane Nicoll fac0599aef Add cache abstraction tests using JSR-107 10 years ago
Juergen Hoeller b1b7f8ab1f EhCacheFactoryBean uses reflection to call setStatisticsEnabled method (which allows for building against EhCache 2.7+) 10 years ago
Juergen Hoeller bf9ccc8138 ExceptionTypeFilter and InstanceFilter live in util package itself now 10 years ago
Juergen Hoeller 5614e257d1 Polishing 10 years ago
Juergen Hoeller b7984f21d8 Polishing 10 years ago
Juergen Hoeller 98d6f7b443 Polishing 10 years ago
Stephane Nicoll aaae10ce3b Cache operation invocation hook point 10 years ago
Stephane Nicoll 05e96ee448 Cache provider related exceptions handling 11 years ago
Juergen Hoeller b43fc7ac0f Building against Quartz 2.2.1 and JavaMail 1.5.2 11 years ago
Juergen Hoeller e04fb15a5e Compilation compatibility with JasperReports 5.5.2 11 years ago
Juergen Hoeller 9a59292603 SchedulerFactoryBean supports non-durable jobs when accompanied by a trigger 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