spring-framework/spring-context
Sam Brannen ceba4162bb Replace assertThat(!x).isTrue() with assertThat(x).isFalse()
Search for   : assertThat\(!(.+)\).isTrue\(\)

Replace with : assertThat(\1).isFalse()
2023-12-05 11:41:57 +01:00
..
src Replace assertThat(!x).isTrue() with assertThat(x).isFalse() 2023-12-05 11:41:57 +01:00
.springBeans
spring-context.gradle Add basic test for reactive caching 2023-11-20 15:24:40 +01:00