We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b1690 commit 3cb295aCopy full SHA for 3cb295a
documentation/src/docs/asciidoc/release-notes/release-notes-5.5.0-RC1.adoc
@@ -79,6 +79,9 @@ on GitHub.
79
implementation can be assigned to the declared field type. This provides extension
80
authors greater flexibility as well as the ability to hide implementation details of the
81
user facing extension API.
82
+* Private fields annotated with `@RegisterExtension` are no longer silently ignored.
83
+ Instead the corresponding test class or test method will now fail with an exception
84
+ informing the user of the configuration error.
85
* All methods in the `TestWatcher` API are now interface `default` methods with empty
86
implementations.
87
* New `InvocationInterceptor` extension API (see
0 commit comments