Skip to content

Commit 27675af

Browse files
committed
Prepare release notes
1 parent 7f93107 commit 27675af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/release_notes.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,22 @@ will now require that the spec is annotated with <<parallel_execution.adoc#isola
6666

6767
=== Highlights
6868

69-
* Spock supports Groovy 5.0 spockIssue:2196[]
70-
* Spock is also tested to run correctly on Java 25 LTS spockPull:2212[]
69+
* Add support for Groovy 5.0 spockIssue:2196[]
7170

7271
=== Misc
7372

73+
* Improve Spock is also tested to run correctly on Java 25 LTS spockPull:2212[]
7474
* Fix handling of `@Verify` and `@VerifyAll` spockIssue:2150[]
7575
* Fix handling of condition method calls spockPull:2162[]
76-
* Fix vararg handling in SpyStatic spockIssue:2161[]
76+
* Fix vararg handling in `SpyStatic` spockIssue:2161[]
7777
* Fix incompatibility with JUnit 6 in OSGi environment spockIssue:2231[]
78-
* OSGi: Pin the `Require-Capability:osgi.ee=JavaSE` to Java `8` spockPull:2233[]
79-
* Fix: Prevent NPE in SpecRunHistory.sortFeatures when duration is missing spockIssue:2234[]
80-
* `Retry` extension does not mesh with `TestAbortedException` and `PendingFeature` spockIssue:1863[]
78+
* Fix OSGi metadata by pinning the `Require-Capability:osgi.ee=JavaSE` to Java `8` spockPull:2233[]
79+
* Fix NPE in `SpecRunHistory.sortFeatures` when duration is missing spockIssue:2234[]
80+
* Fix `Retry` extension does not mesh with `TestAbortedException` and `PendingFeature` spockIssue:1863[]
8181
* Fix display of caught exceptions within `verifyEach` blocks spockPull:2163[]
8282
* Fix extensions that call `invocation.proceed()` multiple times like `@Retry` does spockIssue:1862[]
8383
* Fix setting the whole argument array of an invocation spockPull:2240[]
84+
* Fix `SpyStatic()` with an interaction closure throws NullPointerException spockPull:2254[]
8485

8586
Thanks to all the contributors to this release: Andreas Turban, Björn Kautler, Christoph Loy, Leonard Brünings, Thanos Tsiamis
8687

@@ -113,7 +114,6 @@ spockPull:2112[]
113114
* Fix filter blocks with shared fields and derived data variables spockPull:2088[]
114115
* Fix combined labels with comments being ignored spockPull:2121[]
115116
* Fix boxed Boolean `is` getter methods not properly mocked in Groovy <= 3 spockIssue:2131[]
116-
* Fix `SpyStatic()` with an interaction closure throws NullPointerException spockPull:2254[]
117117

118118
Thanks to all the contributors to this release: Andreas Turban, Björn Kautler, Christoph Loy, Marcin Zajączkowski, Pavlo Shevchenko
119119

0 commit comments

Comments
 (0)