169 Commits (4967dd887dc3c3cacdf619824a00280cd6701a71)

Author SHA1 Message Date
Juergen Hoeller 85984f3b72 Mark Castor tests as deprecated 7 years ago
igor-suhorukov 67a91cf6f9 Polish: redundant pairs of parentheses should be removed 7 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 7 years ago
igor-suhorukov d5b0df8c3f Polish codacy warning: fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 7 years ago
igor-suhorukov 2be4985b8f Polish: anonymous inner classes containing only one method should become lambdas, 7 years ago
Juergen Hoeller de7ff556d9 Polishing 7 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 7 years ago
Juergen Hoeller 0c78c9c6f7 Refined javadoc and exception messages 7 years ago
Juergen Hoeller d3cee45f30 Polishing 7 years ago
Sam Brannen 02fb5a4121 Use effectively final local variable in lambda expression 7 years ago
Vladimir Sitnikov 659f13be1c Avoid creating message arguments to Assert.isABC calls 7 years ago
Juergen Hoeller 0cc644f61f Polishing 7 years ago
Juergen Hoeller 08c78554b9 Deprecate Castor support 7 years ago
Juergen Hoeller 9bab7a2708 Upgrade to Java Activation Framework 1.2 for test runtime 7 years ago
Sam Brannen 8f4fb207d7 Reinstate CastorUnmarshallerTests.clearCollectionsFalse() 7 years ago
Juergen Hoeller efce7902c4 Polishing 7 years ago
Juergen Hoeller 65f556c0e2 Downgrade xjc to 2.2.11 (while keeping JAXB at 2.3.0 general) 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
Brian Clozel 5460c0095b Fix Gradle warnings about task output 7 years ago
Brian Clozel 2eeb428e95 Move modules to independent build files 7 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Juergen Hoeller 140542e8b1 Polishing 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
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 e644c557e7 Latest dependency updates (RxJava 1.2.9, JiBX 1.3.1, H2 1.4.194, JBoss Logging 3.3.1, WebJars Locator 0.32-1) 8 years ago
Juergen Hoeller 1b2dc3638f Revisit Assert to avoid single-arg assert methods (with refined messages) 8 years ago
Juergen Hoeller 54da4a8c8e Correct reference to XJC classpath 8 years ago
Juergen Hoeller 1cb381e9a7 Consistent deprecation markers on JDK 9 8 years ago
Sam Brannen 9ed66bf2eb Clean up warnings across code base 8 years ago
Juergen Hoeller 82c1c859d9 Polishing 8 years ago
Juergen Hoeller cf6a5835cc Polishing 8 years ago
Juergen Hoeller 59a24b406a Polishing 8 years ago
Juergen Hoeller 3ab86c10c9 Polishing 8 years ago
Juergen Hoeller 01110f678d Upgrade JiBX (and BCEL) towards support of 1.8 bytecode level 8 years ago
Marius Grama 3635c9dbfe Update xmlunit library to version 2.1.0 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
Juergen Hoeller c43e7497c1 Fixed typo: "occured"->"occurred" 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 d0aa607200 Remove XMLBeans support 8 years ago