Skip to content

Commit 468958d

Browse files
committed
Move release note for #3235/#3264 to 5.9.3
1 parent 6c02c06 commit 468958d

File tree

2 files changed

+6
-105
lines changed

2 files changed

+6
-105
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc

-105
This file was deleted.

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

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ JUnit repository on GitHub.
4343
* The search algorithm used to find `@MethodSource` factory methods now applies consistent
4444
semantics for _local_ qualified method names and fully-qualified method names for
4545
overloaded factory methods.
46+
* The `{displayName}` placeholder for `@ParameterizedTest` invocation names is no longer
47+
parsed using `java.text.MessageFormat`. Consequently, any text in the display name of
48+
the `@ParameterizedTest` method will be included unmodified in the invocation display
49+
name. For example, Kotlin method names and custom display names configured via
50+
`@DisplayName` can now contain apostrophes (`'`) as well as text resembling
51+
`MessageFormat` elements such as `{0}` or `{data}`.
4652
* Exceptions thrown for files that cannot be deleted when cleaning up a temporary
4753
directory created via `@TempDir` now include the root cause.
4854
* Lifecycle methods are allowed to be declared as `private` again for backwards

0 commit comments

Comments
 (0)