File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 22= Release Notes
33include::include.adoc[]
44
5- == 2.4 (tbd)
5+ == 2.4-M1 (2022-11-30)
6+
7+ * Fix issues with Spring 6/Spring Boot 3 spockPull:1541[]
68
79== 2.3 (2022-09-29)
810
@@ -13,8 +15,8 @@ include::include.adoc[]
1315* Validate uniqueness of fixture methods per specification class spockPull:1521[]
1416
1517NOTE: The changes to equality checking for `Comparable` mocks can lead to different behavior when no explicit `compareTo` interactions was defined.
16- For example, Groovy will use `compareTo` to check equality when classes implement `Compareable`.
17- Until now, the mock would return `0` for default invocations, which would lead to the objects being considered equal.
18+ For example, Groovy will use `compareTo` to check equality when classes implement `Compareable`.
19+ Until now, the mock would return `0` for default invocations, which would lead to the objects being considered equal.
1820
1921Thanks to all the contributors to this release: Jackson Popkin
2022
You can’t perform that action at this time.
0 commit comments