2036 Commits (38052e77b710a0fa373483bc6e55d68c26e6ec38)

Author SHA1 Message Date
Sam Brannen bba3553dfb Polish SpringVersion 5 years ago
Sam Brannen 4acd180fa3 Document that setting static final fields is unsupported 5 years ago
Sam Brannen fccdb8cf60 Polish ReflectionUtils 5 years ago
Juergen Hoeller 4882dfcc0d Consistent relative path treatment (no accidental URL fragment symbol) 5 years ago
Juergen Hoeller 957924ace2 Avoid early log provider initialization (and LogAccessor dependency) 5 years ago
Stephane Nicoll b65984a078 Consume getProtocolResolvers() rather than internal list 5 years ago
Phillip Webb d945ae9191 Add blank line between java and javax imports 5 years ago
Sam Brannen d09f537699 Annotate Object#equals parameter with @nullable 5 years ago
Juergen Hoeller c8f20815ef Revise LinkedCaseInsensitiveMap's lazy key/value/entry collections 5 years ago
Juergen Hoeller 60976e4116 Add missing nullable declarations 5 years ago
Phillip Webb aa69703f3b Fix LinkedCaseInsensitiveMap collection methods 5 years ago
Sam Brannen 957f0fac7a Polishing 5 years ago
Sam Brannen 30cff46e7f Prevent improper use of testing framework APIs 5 years ago
Sam Brannen 333711fd36 Convert XmlValidationModeDetectorTests to JUnit Jupiter and AssertJ 5 years ago
Sam Brannen 961010055e Support trailing comment in DTD declaration in XML config 5 years ago
Sam Brannen 591995ecc8 Polish and revive disabled tests 5 years ago
Phillip Webb deba2ed1b3 Add blank line between java and javax imports 5 years ago
Sam Brannen 07d4104f2f Polishing 5 years ago
Rossen Stoyanchev 310f0bfb6c Remove unnecessary code from prior commit 5 years ago
Rossen Stoyanchev dfc7540106 Add generic type bounds to DataBufferUtils methods 5 years ago
Juergen Hoeller 3bc27e8d14 Streamline AnnotationFilter usage with the MergedAnnotations API 5 years ago
Rossen Stoyanchev c8f430ee91 Change package used to test path matching 5 years ago
Sebastien Deleuze 9b33b0ad58 Rename CoroutinesUtils#invokeHandlerMethod to invokeSuspendingFunction 5 years ago
Sam Brannen aeb857c3ba Polish ClassUtilsTests 5 years ago
Sam Brannen f37ec90f2f Consider Void.class a primitive wrapper in ClassUtils 5 years ago
Brian Clozel d4089747b8 Use dependency management in Framework build 5 years ago
Sebastien Deleuze ca02cc1194 Migrate to AssertJ in Kotlin tests 5 years ago
Arjen Poutsma f748b1e68d Fix timing bug in DataBufferUtils::readAsynchronousFileChannel 5 years ago
Arjen Poutsma 702dad6cec Fix ConcurrentModificationException 5 years ago
Arjen Poutsma 2c5958e191 Support back pressure in DataBufferUtils::readAsynchronousFileChannel 5 years ago
OLPMO ed64a10c38 Use Collections.addAll where feasible 5 years ago
Sam Brannen c004ef888c Configure index in @ParameterizedTest display names 5 years ago
Sam Brannen b173a93e72 Verify PathMatchingResourcePatternResolver finds local files with # in name 5 years ago
Sebastien Deleuze 77da40f006 Upgrade to Coroutines 1.3.0 5 years ago
stsypanov 78d56dc61b Use Arrays.copyOf and Arrays.copyOfRange where possible 5 years ago
Сергей Цыпанов 6ef75d76cd Simplify String concatenation 5 years ago
Sam Brannen bfbe84d1c6 Apply fudge factor on both ends of the spectrum in StopWatchTests 5 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 5 years ago
Brian Clozel 86c734785d Apply Artifactory Gradle plugin 5 years ago
Brian Clozel 7ce1f5e652 Configure Maven publications with Gradle 5 years ago
Brian Clozel e45a3f4738 Rename non-Framework project modules 5 years ago
Brian Clozel e9523161f0 Revert "Revert "Refactor Gradle tasks in Spring Framework build"" 5 years ago
Stephane Nicoll fb0d618751 Revert "Refactor Gradle tasks in Spring Framework build" 5 years ago
Brian Clozel 1539ba8991 Refactor Gradle tasks in Spring Framework build 5 years ago
Sam Brannen aa6e762dcf Re-enable shadowed, overridden @Test methods 5 years ago
Sam Brannen fab96cad67 Use default visibility for test classes and methods in spring-core 5 years ago
Sam Brannen 4386bf05de Delete obsolete interface 5 years ago
Sam Brannen 74ccfe3533 Polish Spring's internal TestGroup support 5 years ago
Sebastien Deleuze 4d10249b70 Update to Coroutine 1.3.0-RC2 5 years ago
Andrey Kolchanov 6937d95e69 Remove unnecessary semicolon in AnnotatedElementUtils 5 years ago