Skip to content

Commit

Permalink
Move release note for #3235/#3264 to 5.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Apr 24, 2023
1 parent 7457144 commit 0a7c051
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Expand Up @@ -52,12 +52,7 @@ repository on GitHub.

==== Bug Fixes

* The `{displayName}` placeholder for `@ParameterizedTest` invocation names is no longer
parsed using `java.text.MessageFormat`. Consequently, any text in the display name of
the `@ParameterizedTest` method will be included unmodified in the invocation display
name. For example, Kotlin method names and custom display names configured via
`@DisplayName` can now contain apostrophes (`'`) as well as text resembling
`MessageFormat` elements such as `{0}` or `{data}`.
* ❓

==== Deprecations and Breaking Changes

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

0 comments on commit 0a7c051

Please sign in to comment.