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
Copy file name to clipboardExpand all lines: docs/release_notes.adoc
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ include::include.adoc[]
16
16
* Add new <<extensions.adoc#default-value-provider,`IDefaultValueProviderExtension`>> extension point to add support for special classes in the Stub's default `EmptyOrDummyResponse` spockPull:1994[]
17
17
* Add support for Groovy-4-style range expressions spockIssue:1956[]
18
18
* Add `IStatelessAnnotationDrivenExtension` to allow a single extension instance to be reused across all specifications spockPull:2055[]
19
+
* Add new well-known versions to `Jvm` helper to support versions up to 29 spockPull:2057[]
19
20
** Built-in extensions have been updated to use this new interface where applicable.
20
21
* Improve `@Timeout` extension will now use virtual threads if available spockPull:1986[]
21
22
* Improve mock argument matching, types constraints or arguments in interactions can now handle primitive types like `_ as int` spockIssue:1974[]
0 commit comments