You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_This is a summary of the highlights of the milestone releases_
10
11
11
12
=== Highlights
12
13
14
+
* Spock supports Groovy 5.0 spockIssue:2196[]
15
+
* Spock is also tested to run correctly on Java 25 LTS spockPull:2212[]
13
16
* Add support for combining two or more data providers using cartesian product spockIssue:1062[]
14
17
* Add support for a `filter` block after a `where` block to filter out unwanted iterations spockPull:1927[]
15
18
* Add <<extensions.adoc#block-listener,`IBlockListener`>> extension point to listen to block execution events within feature methods spockPull:1575[]
@@ -57,14 +60,26 @@ spockPull:1910[]
57
60
will now require that the spec is annotated with <<parallel_execution.adoc#isolated-execution, @Isolated>> or `@ResourceLock(org.spockframework.runtime.model.parallel.Resources.META_CLASS_REGISTRY)`. See <<interaction_based_testing.adoc#global-mocks-parallel-execution, Global mocks and parallel execution>> spockPull:1848[]
58
61
* `@TempDir` `spock.tempDir.keep` has been replaced by `spock.tempdir.cleanup`. See <<extensions.adoc#temp-dir-cleanup,TempDir Cleanup>> spockPull:1525[]
59
62
63
+
////
64
+
65
+
== 2.4-M7 (tbd)
66
+
67
+
=== Highlights
68
+
69
+
* Spock supports Groovy 5.0 spockIssue:2196[]
70
+
* Spock is also tested to run correctly on Java 25 LTS spockPull:2212[]
71
+
60
72
=== Misc
61
73
74
+
* Fix handling of condition method calls spockPull:2162[]
62
75
* Fix vararg handling in SpyStatic spockIssue:2161[]
63
76
* Fix incompatibility with JUnit 6 in OSGi environment spockIssue:2231[]
64
77
* OSGi: Pin the `Require-Capability:osgi.ee=JavaSE` to Java `8` spockPull:2233[]
65
78
* Fix: Prevent NPE in SpecRunHistory.sortFeatures when duration is missing spockIssue:2234[]
66
79
* `Retry` extension does not mesh with `TestAbortedException` and `PendingFeature` spockIssue:1863[]
67
80
81
+
Thanks to all the contributors to this release: Andreas Turban, Björn Kautler, Christoph Loy, Leonard Brünings, Thanos Tsiamis
0 commit comments