File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 33
44include::include.adoc[]
55
6- == 2.4 (tbd)
6+ == 2.4-M3 (tbd)
77
88=== Breaking Changes
99
@@ -22,8 +22,19 @@ include::include.adoc[]
2222
2323=== Misc
2424
25- * Properly fix possible deadlock, when blocking in mock response generators and fix fallout of spockPull:1885[]
25+ * Add option to create Groovy spies with existing instances spockPull:1825[]
26+ * Improve Spock's documentation by automatically linking source snippets in the docs to the code spockPull:1904[]
27+ * Improve `@Retry` extension parallel-safeness spockPull:1701[]
28+ * Improve `@RepeatUntilFailure` by allowing multiple annotations in the same specification spockPull:1912[]
29+ * Improve collection matchers by supporting them in nested in complex assertions spockPull:1921[]
30+ * Improve stacktrace filtering by also handling suppressed exceptions spockPull:1923[]
31+ * Fix possible deadlock when blocking in mock response generators spockPull:1910[]
32+ ** Fix fallout of spockPull:1885[] introduced in M2
2633** This actually fixes the issues: spockIssue:583[], spockIssue:1882[], spockIssue:1899[]
34+ * Fix possible `StackOverflowError` when filtering exception cause loops spockPull:1922[]
35+ * Fix NullPointerException after exception in data provider spockPull:1925[]
36+
37+ Thanks to all the contributors to this release: Andreas Turban, Björn Kautler, Marcin Zajączkowski
2738
2839== 2.4-M2 (2024-02-26)
2940
You can’t perform that action at this time.
0 commit comments