File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[[release-notes-5.9.3]]
22== 5.9.3
33
4- *Date of Release:* April ❓ , 2023
4+ *Date of Release:* April 26 , 2023
55
66*Scope:* Bug fixes and enhancements since 5.9.2
77
@@ -33,12 +33,12 @@ No changes.
3333* The search algorithm used to find `@MethodSource` factory methods now applies consistent
3434 semantics for _local_ qualified method names and fully-qualified method names for
3535 overloaded factory methods.
36- * The `{displayName}` placeholder for `@ParameterizedTest` invocation names is no longer
37- parsed using `java.text.MessageFormat`. Consequently, any text in the display name of
36+ * The `+ {displayName}+ ` placeholder for `@ParameterizedTest` invocation names is no longer
37+ parsed using `java.text.MessageFormat`.Consequently, any text in the display name of
3838 the `@ParameterizedTest` method will be included unmodified in the invocation display
39- name. For example, Kotlin method names and custom display names configured via
39+ name.For example, Kotlin method names and custom display names configured via
4040 `@DisplayName` can now contain apostrophes (`'`) as well as text resembling
41- `MessageFormat` elements such as `{0}` or `{data}`.
41+ `MessageFormat` elements such as `+ {0}+ ` or `+ {data}+ `.
4242* Exceptions thrown for files that cannot be deleted when cleaning up a temporary
4343 directory created via `@TempDir` now include the root cause.
4444* Lifecycle methods are allowed to be declared as `private` again for backwards
You can’t perform that action at this time.
0 commit comments