Skip to content

Commit efd1a42

Browse files
committed
Prepare next iteration (for final release v2)
1 parent d3c18ed commit efd1a42

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ description = "Spock Framework"
1919

2020
ext {
2121
baseVersion = "2.4"
22-
snapshotVersion = false
23-
milestone = 7
22+
snapshotVersion = true
23+
milestone = 0
2424
javaVersions = javaVersionsList.trim().split(/\s*+,\s*+/).collect { it as int }
2525
javaVersion = (System.getProperty("javaVersion") ?: 8) as int
2626
variants = variantsList.trim().split(/\s*+,\s*+/).collect { it as BigDecimal }

docs/release_notes.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ include::include.adoc[]
44
:SpecClassFileSelector: https://github.com/spockframework/spock/blob/03818ed010f4b4ca1136a292e214f79d518c4abe/spock-core/src/main/java/org/spockframework/buildsupport/ant/SpecClassFileSelector.java
55
:scriptselector: {spock-example-project}/blob/963fd34d1609b7025ba92502483ce31b2c6d9d0a/build.xml#L167-L176
66

7-
////
87
== 2.4 (tbd)
98

109
_This is a summary of the highlights of the milestone releases_
1110

1211
=== Highlights
1312

14-
* Spock supports Groovy 5.0 spockIssue:2196[]
15-
* Spock is also tested to run correctly on Java 25 LTS spockPull:2212[]
13+
* Add support for Groovy 5.0 spockIssue:2196[]
1614
* Add support for combining two or more data providers using cartesian product spockIssue:1062[]
1715
* Add support for a `filter` block after a `where` block to filter out unwanted iterations spockPull:1927[]
1816
* Add <<extensions.adoc#block-listener,`IBlockListener`>> extension point to listen to block execution events within feature methods spockPull:1575[]
@@ -60,7 +58,6 @@ spockPull:1910[]
6058
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[]
6159
* `@TempDir` `spock.tempDir.keep` has been replaced by `spock.tempdir.cleanup`. See <<extensions.adoc#temp-dir-cleanup,TempDir Cleanup>> spockPull:1525[]
6260

63-
////
6461

6562
== 2.4-M7 (2025-11-23)
6663

0 commit comments

Comments
 (0)