spring-framework/spring-aspects
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-aspects.gradle Update to io.freefair.aspectj 8.4 2023-10-15 01:09:29 +02:00