Skip to content

Commit 3cb295a

Browse files
committed
Document #1912 in the Release Notes
1 parent a0b1690 commit 3cb295a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.5.0-RC1.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ on GitHub.
7979
implementation can be assigned to the declared field type. This provides extension
8080
authors greater flexibility as well as the ability to hide implementation details of the
8181
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.
8285
* All methods in the `TestWatcher` API are now interface `default` methods with empty
8386
implementations.
8487
* New `InvocationInterceptor` extension API (see

0 commit comments

Comments
 (0)