Skip to content

Commit 26d4462

Browse files
committed
Include changes since RC1 in release notes for 5.3 GA
Issue: #1541
1 parent c9c975e commit 26d4462

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.3.0.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)