Skip to content

Commit 15ca7e9

Browse files
authored
Clarify Fix handling of condition method calls (#2270)
Add release_notes entry for the handling of the Groovy with method. Fixes #2269
1 parent 544f8ee commit 15ca7e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/release_notes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ spockPull:1910[]
5858
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[]
5959
* `@TempDir` `spock.tempDir.keep` has been replaced by `spock.tempdir.cleanup`. See <<extensions.adoc#temp-dir-cleanup,TempDir Cleanup>> spockPull:1525[]
6060

61+
=== Misc
62+
63+
* Fix handling of condition method calls and Groovy `with()` method spockPull:2162[]
64+
** This could break tests using `with()` which relied on the bug in the past spockIssue:2269[]
6165

6266
== 2.4-M7 (2025-11-23)
6367

0 commit comments

Comments
 (0)