spring-framework/spring-aop
Yanming Zhou 7b16ef90f1 Replace assertThat(x.equals(y)) with assertThat(x).isEqualTo(y)
Search for   : assertThat\((.+)\.equals\((\w+)\)\)\.isTrue\(\)
Replace with : assertThat($1).isEqualTo($2)

Search for   : assertThat\((.+)\.equals\((\w+)\)\)\.isFalse\(\)
Replace with : assertThat($1).isNotEqualTo($2)

Closes gh-31763
2023-12-06 09:50:15 +01:00
..
src Replace assertThat(x.equals(y)) with assertThat(x).isEqualTo(y) 2023-12-06 09:50:15 +01:00
spring-aop.gradle Add Coroutines support to Spring AOP 2023-08-25 11:53:18 +02:00