187 Commits (894044cea0d5f693de79815a1bd6e8a355a513d2)

Author SHA1 Message Date
Juergen Hoeller ce5c65c0b0 Upgrade to JAXB 2.3.1, Groovy 2.5.4, Jetty 9.4.14, Tomcat 9.0.13 6 years ago
Juergen Hoeller e49896d95f Upgrade to Mockito 2.22, XMLUnit 2.6.2, JavaMail 1.6.2 6 years ago
Juergen Hoeller a6a6cf7d97 Upgrade to Java Activation Framework 1.2 as API dependency 6 years ago
Juergen Hoeller 04d2d1da0d Consistently use double quotes (even if no interpolation needed) 6 years ago
Sam Brannen cfb1ed1009 Clean up warnings and delete dead code 6 years ago
Kazuhiro Sera be211ceead Fix typos detected by github.com/client9/misspell 6 years ago
Juergen Hoeller 13873dafb7 Polishing 6 years ago
Juergen Hoeller 9a43d2ec20 Revised log levels: less WARN and INFO, fine-tuned DEBUG vs TRACE 6 years ago
Phillip Webb a89e716cc7 Use tabs rather than spaces in tests 6 years ago
Phillip Webb 81451aa800 Organize imports 6 years ago
Phillip Webb 5cedd0d5d4 Consistently use tabs rather than spaces 6 years ago
Phillip Webb 0b53c1096a Always use 'this.' when accessing fields 6 years ago
Phillip Webb eeebd51f57 Use consistent class design 6 years ago
Phillip Webb e0480f75ac Fix javadoc checkstyle issues 6 years ago
Juergen Hoeller 59bd21d2fc Restore xjc 2.2.11 (since 2.3.0.1 also breaks with "xjc failed" on CI) 6 years ago
Juergen Hoeller 9c36b53833 Upgrade to JAXB 2.3.0.1, Aalto XML 1.1, Rome 1.10 6 years ago
Juergen Hoeller 836a09d5c0 Upgrade to Woodstox 5.1, XMLUnit 2.6, Gson 2.8.5 6 years ago
Juergen Hoeller 0754833b37 Local XMLUnit dependency declarations with consistent version 2.5.1 7 years ago
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