232 Commits (e818b904addb36f4f66afeb9962f5245af7fd938)

Author SHA1 Message Date
Juergen Hoeller b5cedd43eb Consistent and efficient access to BeanDefinition argument values 7 years ago
Juergen Hoeller 3091feee23 SpringValidatorAdapter skips value retrieval for Set field without index 7 years ago
Juergen Hoeller da9f138a65 Upgrade to Caffeine 2.6 and Undertow 1.4.21 7 years ago
Juergen Hoeller 9bab7a2708 Upgrade to Java Activation Framework 1.2 for test runtime 7 years ago
Juergen Hoeller 9288990603 Varargs and consistent nullability in MailMessage implementations 7 years ago
Juergen Hoeller e17ad551f3 Latest dependency updates (RxJava 1.3.3, Hibernate ORM 5.2.12, Hibernate Validator 5.4.2 & 6.0.3) 7 years ago
Juergen Hoeller efce7902c4 Polishing 7 years ago
Juergen Hoeller e2882fe1db Build against EE 8 API level wherever possible 7 years ago
Juergen Hoeller 9190b76ab9 Latest dependency updates (POI 3.17, Rome 1.8, EhCache 3.4, Caffeine 2.5.6, RxJava 2.1.4, Tomcat 8.5.21, JRuby 9.1.13, Rhino 1.7.7.2) 7 years ago
Juergen Hoeller 7ae59d0c2a Nullability refinements on private and static methods 7 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 7 years ago
Juergen Hoeller 30d67f7c42 Tests for @Lazy Validator setup 7 years ago
Juergen Hoeller 26284cac4f Hibernate Validator 5 compatible support for element constraints 7 years ago
Juergen Hoeller b122bc6dcc Upgrade to Hibernate Validator 6.0.2 7 years ago
Brian Clozel 2eeb428e95 Move modules to independent build files 7 years ago
Juergen Hoeller fac1f236c3 Upgrade to Servlet API 4.0 for MVC and merge EhCache 3 tests into spring-context-support 7 years ago
Sebastien Deleuze 73cf07e9a4 Fix overridden methods nullability 7 years ago
Juergen Hoeller de09f8ca1f Support for Bean Validation 2.0 container elements (with BV 2.0 test setup) 7 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 7 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 7 years ago
Juergen Hoeller e7b77cb2b6 Drop legacy DisposableBean declaration on AbstractApplicationContext 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Stephane Nicoll 1ab678a2a3 Polish "Refactor iterator of Map with Java8's Map.forEach" 7 years ago
diguage 1ef5f61ab2 Refactor iterator of Map with Java8's Map.forEach 7 years ago
Stephane Nicoll 58242f2249 Polish 7 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 7 years ago
diguage 4b1478d830 Replace relevant code with lambda 7 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 7 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 7 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 7 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 7 years ago
Juergen Hoeller e835f4d025 Revised png and jpeg mappings 7 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