176 Commits (52657b68eaa3d5faafba39e39d2fa51f6d19ccca)

Author SHA1 Message Date
Juergen Hoeller e5e2d2d661 Polishing (includes minor performance refinements from master) 7 years ago
Juergen Hoeller 0babc1fb64 Polishing 7 years ago
Juergen Hoeller 271445b89e Public createMarshaller/Unmarshaller methods on Jaxb2Marshaller 7 years ago
Sam Brannen 5dc9c4c527 URL Cleanup - Fix broken tests 7 years ago
Spring Operator 3db08c6b7a URL Cleanup 7 years ago
Sam Brannen c51a257210 URL Cleanup - Polishing 7 years ago
Spring Operator 8f77b7366e URL Cleanup 7 years ago
Spring Operator 540759ec41 URL Cleanup 7 years ago
Spring Operator dc6f63f610 URL Cleanup 7 years ago
Rob Winch 263868f018 Polish URL Cleanup 7 years ago
Spring Operator d99edd154f URL Cleanup 7 years ago
Spring Operator 6a0ef1aa64 URL Cleanup 7 years ago
Arjen Poutsma 5938ca9a7c Deprecate JiBX marshaller 7 years ago
Arjen Poutsma 86fb43900e Deprecate JiBX marshaller 7 years ago
Arjen Poutsma 89a7e752ef Remove Castor marshaller 7 years ago
Rossen Stoyanchev 38ae282c3b Update log category precision for all tests 7 years ago
Sam Brannen cfb1ed1009 Clean up warnings and delete dead code 8 years ago
Kazuhiro Sera be211ceead Fix typos detected by github.com/client9/misspell 8 years ago
Juergen Hoeller 13873dafb7 Polishing 8 years ago
Juergen Hoeller 9a43d2ec20 Revised log levels: less WARN and INFO, fine-tuned DEBUG vs TRACE 8 years ago
Phillip Webb a89e716cc7 Use tabs rather than spaces in tests 8 years ago
Phillip Webb 81451aa800 Organize imports 8 years ago
Phillip Webb 5cedd0d5d4 Consistently use tabs rather than spaces 8 years ago
Phillip Webb 0b53c1096a Always use 'this.' when accessing fields 8 years ago
Phillip Webb eeebd51f57 Use consistent class design 8 years ago
Phillip Webb e0480f75ac Fix javadoc checkstyle issues 8 years ago
Juergen Hoeller 85984f3b72 Mark Castor tests as deprecated 8 years ago
igor-suhorukov 67a91cf6f9 Polish: redundant pairs of parentheses should be removed 8 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 8 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. 8 years ago
igor-suhorukov 2be4985b8f Polish: anonymous inner classes containing only one method should become lambdas, 8 years ago
Juergen Hoeller de7ff556d9 Polishing 8 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 8 years ago
Juergen Hoeller 0c78c9c6f7 Refined javadoc and exception messages 8 years ago
Juergen Hoeller d3cee45f30 Polishing 8 years ago
Sam Brannen 02fb5a4121 Use effectively final local variable in lambda expression 8 years ago
Vladimir Sitnikov 659f13be1c Avoid creating message arguments to Assert.isABC calls 8 years ago
Juergen Hoeller 0cc644f61f Polishing 8 years ago
Juergen Hoeller 08c78554b9 Deprecate Castor support 8 years ago
Sam Brannen 8f4fb207d7 Reinstate CastorUnmarshallerTests.clearCollectionsFalse() 9 years ago
Juergen Hoeller 7ae59d0c2a Nullability refinements on private and static methods 9 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 9 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 9 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 9 years ago
Juergen Hoeller 140542e8b1 Polishing 9 years ago
Stephane Nicoll 1ab678a2a3 Polish "Refactor iterator of Map with Java8's Map.forEach" 9 years ago
diguage 1ef5f61ab2 Refactor iterator of Map with Java8's Map.forEach 9 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 9 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 9 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 9 years ago