192 Commits (d95ecbe0fd0eac3d59137b593099e69b5ae6d11d)

Author SHA1 Message Date
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 3 years ago
Sam Brannen 0502d18e3d Update copyright headers 3 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 3 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 3 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 3 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 3 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 3 years ago
Sam Brannen 9d73f81e9c Avoid String allocations with Assert.notNull() 3 years ago
Sébastien Deleuze 5c68a278b5 Add SchedulerFactoryBean runtime hints 4 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 4 years ago
Juergen Hoeller 35de7e19ee Introduce initializer callback for Bean Validation Configuration 4 years ago
Sam Brannen f8a5a8d7be Use modern language features in tests 4 years ago
Sam Brannen df263d01b9 Use idiomatic AssertJ assertions for true, false, and null 4 years ago
Stephane Nicoll 8422d9d22f Add default methods to CachingConfigurer 4 years ago
Sam Brannen 995aaa6159 Polishing 4 years ago
Sam Brannen 2c89ff934d Update copyright date 4 years ago
Daniil Pozdeev c58853f5e5 Use LocalDataSourceJobStore only if one is not set via Quartz properties 4 years ago
Juergen Hoeller d84ca2ba90 Jakarta EE 9 migration 5 years ago
Brian Clozel e02d3f32b4 Requalify tests as LONG_RUNNING 6 years ago
Сергей Цыпанов 1f3e52d932 gh-25650 Replace remaining usage of LinkedList with ArrayList in tests 6 years ago
Stephane Nicoll 4d446f9659 Polish 6 years ago
Stephane Nicoll f3cedf268b Consistently support LoadingCache 6 years ago
Sam Brannen 8099fc8178 Use try-with-resources language construct where feasible 6 years ago
Juergen Hoeller 8697026987 Support for custom cache registration in CaffeineCacheManager 6 years ago
Sam Brannen 12e05280ad Upgrade to AssertJ 3.16 6 years ago
Sam Brannen 5581f3b77b Use Gradle test fixture support for spring-tx 6 years ago
Sam Brannen 726b1bb1d0 Rename test fixture package in spring-context 6 years ago
Sam Brannen 7cd4ddf5fc Rename test fixture package in spring-beans 6 years ago
Sam Brannen 4260c34b47 Rename test fixture package in spring-core 6 years ago
Sam Brannen 0335db23c9 Use Gradle test fixture support for spring-context-support 6 years ago
Sam Brannen 61d4ee594d Use Gradle test fixture support for spring-beans and spring-context 6 years ago
Sam Brannen 5718bf424b Use Gradle test fixture support for spring-core 6 years ago
Sebastien Deleuze b24ac74106 Restore TransactionOperations Kotlin API compatibilty 7 years ago
Phillip Webb d945ae9191 Add blank line between java and javax imports 7 years ago
Phillip Webb deba2ed1b3 Add blank line between java and javax imports 7 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 7 years ago
Sam Brannen 288461a541 Introduce @EnabledForTestGroups in Spring's test suite 7 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 7 years ago
Juergen Hoeller 8aa0b07768 Consistent early eviction tests in regular and transactional scenarios 7 years ago
Juergen Hoeller ffc1f242ca Introduce evictIfPresent/invalidate operations on Cache abstraction 7 years ago
Juergen Hoeller 7a7d4109ac Polishing 7 years ago
Juergen Hoeller aeef95938e SpringValidatorAdapter's ObjectError subclasses are serializable 7 years ago
Sam Brannen 9b084bb3ea Polish contribution 7 years ago
Issam El-atif ab36a0a82f Improve FreeMarker tests in spring-webmvc and spring-context-support 7 years ago
Juergen Hoeller 80c6f2bcf9 Polishing 7 years ago
Phillip Webb 9d74da006c Migrate JUnit 4 assertions to AssertJ 7 years ago
Phillip Webb 95a9d46a87 Migrate Hamcrest assertions to AssertJ 7 years ago
Phillip Webb 02850f357f Migrate exception checking tests to use AssertJ 7 years ago
Sam Brannen 64819bbc1d Clean up warnings 7 years ago
Phillip Webb 816bbee8de Remove '.*' imports from tests 7 years ago