362 Commits (bdb9f9570e3c325999167415e66fc1339f9400ff)

Author SHA1 Message Date
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 8 years ago
diguage 4b1478d830 Replace relevant code with lambda 8 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 8 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 8 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 8 years ago
Juergen Hoeller e835f4d025 Revised png and jpeg mappings 8 years ago
Stephane Nicoll 547c4f69a4 Add getTargetDataSource to TransactionAwareCacheDecorator 8 years ago
Stephane Nicoll 333e5c6b01 Polish 8 years ago
Juergen Hoeller a55a0f26cb FreeMarkerConfigurationFactory falls back to SpringTemplateLoader on any exception 8 years ago
Stephane Nicoll 73909f41cb Polish 8 years ago
Stephane Nicoll 1c74a1a0fe Improve allowNullValue handling when a null value is provided 8 years ago
Juergen Hoeller 214d0d76a5 Polishing 8 years ago
Stephane Nicoll 85b20aa08a Polish 8 years ago
Stephane Nicoll 908261b136 Polish contribution 8 years ago
David Brimley 3476d10efa Honour ErrorHandler if `Cache.put` fails 8 years ago
Juergen Hoeller 1b2dc3638f Revisit Assert to avoid single-arg assert methods (with refined messages) 8 years ago
Juergen Hoeller e19dff179e Polishing 8 years ago
Juergen Hoeller 3726c6f18d Polishing 8 years ago
wolverine.kim a3062dfe78 Fix typo 8 years ago
Juergen Hoeller e03dea1d64 Polishing 8 years ago
Juergen Hoeller 88fcd0a2ed Framework build compatible with JDK 9 (tests running against java.base module) 8 years ago
Juergen Hoeller aaac199e8b Consistently use constructor-based instantiation instead of Class.newInstance / BeanUtils.instantiate 8 years ago
Sam Brannen 22345f7c25 Upgrade tests to EhCache 2.10+ 8 years ago
Juergen Hoeller e8b5374d87 Require EhCache 2.10+ 8 years ago
Stephane Nicoll 2bf9bc312e Remove Guava cache support 8 years ago
Juergen Hoeller a1f5fb53db Java 8 getParameterCount() instead of getParameterTypes().length 8 years ago
Stephane Nicoll e4b0486c5a Add @FunctionalInterface on candidate interfaces 8 years ago
Juergen Hoeller 7dda9fbd8c Drop JasperReports support 8 years ago
Juergen Hoeller bc2c22d51e Streamline XML namespace support towards unversioned schemas 8 years ago
Sam Brannen 1391248ea6 Introduce log4j 2 for Spring's test suite 8 years ago
Stephane Nicoll 00d2606b00 Explicit type can be replaced by <> 8 years ago
Juergen Hoeller 51252ebbca Avoid defensive checks against Java 8 API (java.util.Optional etc) 8 years ago
Juergen Hoeller ff6ead1fff Remove Velocity support 8 years ago
Juergen Hoeller 81057a2cee Require EhCache 2.10+ 8 years ago
Johnny Lim 44e652f99e Remove duplicate words 9 years ago
Juergen Hoeller 4ae065996b Polishing 9 years ago
Juergen Hoeller 157dcab56c Cleanup of remaining direct BeanWrapper usage 9 years ago
Juergen Hoeller 6db6f23a04 Quartz ResourceLoaderClassLoadHelper explicitly falls back to classpath lookup 9 years ago
Juergen Hoeller 8bfba6a07a EhCacheManagerFactoryBean logs cache manager name 9 years ago
Juergen Hoeller 14bf6509ec Consistent cache key implementation across transaction and cache attribute sources 9 years ago
Juergen Hoeller a68b910b7c TimerScheduledFuture correctly calculates getDelay result 9 years ago
Juergen Hoeller 25be5e060c TaskDecorator callback supported by common TaskExecutor implementations 9 years ago
Stephane Nicoll aed56ea732 Upgrade to Caffeine 2.1.0 9 years ago
Stephane Nicoll 29700658d4 Support Quartz trigger without JobDetail 9 years ago
Juergen Hoeller 773d175681 Polishing 9 years ago
Stephane Nicoll 7d0ebddebe Flag Caffeine as Java8+ only 9 years ago
Stephane Nicoll 19d97c4253 Support for multi-threaded cache access 9 years ago
Stephane Nicoll 3a238a2b61 Polish contribution 9 years ago
Ben Manes 13aabeef37 Add caching support for Caffeine 9 years ago