2068 Commits (92efe95069c4fc5969e8f4f4f84ee09c426fba5c)

Author SHA1 Message Date
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
Sam Brannen 288461a541 Introduce @EnabledForTestGroups in Spring's test suite 5 years ago
Sam Brannen 979508a7f3 Remove JUnit 4 dependency from all modules except spring-test 5 years ago
Sam Brannen 3df85c783f Migrate parameterized tests in spring-core 5 years ago
Sam Brannen 32cc32f9a7 Migrate test suite from JUnit 4 to JUnit Jupiter 5 years ago
Juergen Hoeller 9bd3a535cd Avoid UndeclaredThrowableStrategy with 1.8 bytecode level (CGLIB 3.3) 5 years ago
Juergen Hoeller 4123910d3d Upgrade to CGLIB 3.3 5 years ago
Sam Brannen fcbca7d569 Remove obsolete references to JUnit 4's ArrayComparisonFailure 5 years ago
Sam Brannen 6c0e550b86 Polish contribution 5 years ago
zhuzhuman978 849bbf00b5 Simplify if statements and replace try-finally with try-with-resources 5 years ago
Sam Brannen 56c1e8ffd2 Polishing 5 years ago
Sam Brannen a532afb15d Use System.nanoTime() in StopWatch 5 years ago
Sam Brannen 24f8d30935 Remove deprecated MergedAnnotations.SearchStrategy.EXHAUSTIVE constant 5 years ago
Sam Brannen a43ba052e9 Remove unnecessary loop in SerializableTypeWrapper 5 years ago
Sam Brannen 83956f8e8b Overhaul StopWatchTests 5 years ago
Sam Brannen 03dd45fbd6 Use AssertJ in AnnotationAttributesTests 5 years ago
Sam Brannen 30ebc3b8e2 Remove superfluous AnnotationAttributes#putIfAbsent implementation 5 years ago
Sam Brannen a092dc055e Check for instanceof Throwable in AnnotationAttributes#assertNotException 5 years ago
Sam Brannen 4d6e359e25 Add missing @deprecated tags for ASM-based annotation search classes 5 years ago
Sam Brannen 82f301f42f Polishing 5 years ago