File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,21 @@ repository on GitHub.
121121 many tests as possible while still informing the user of containers and tests that
122122 could not be properly discovered.
123123
124+ ==== Bug Fixes since 5.3 RC1
125+
126+ * The `junit-jupiter-params` JAR file was missing the required Kotlin metadata for the
127+ `getAs<Class>(index)` Kotlin extension method. The underlying packaging issue has been
128+ solved, and the extension method has been renamed to `get<Class>(index)` as originally
129+ intended in 5.3.0-M1.
130+ * `TestInstanceFactory` extensions are properly _inherited_ within `@Nested` test class
131+ hierarchies.
132+
133+ ==== Breaking Changes since 5.3 RC1
134+
135+ * `@Nested` test classes can no longer _override_ `TestInstanceFactory` extensions
136+ registered on an _enclosing_ class. This aligns with the behavior for
137+ `TestInstanceFactory` extensions registered within a conventional test class hierarchy.
138+
124139==== New Features and Improvements
125140
126141* Experimental support for parallel test execution. By default, tests are still executed
You can’t perform that action at this time.
0 commit comments