File tree 1 file changed +5
-5
lines changed
documentation/src/docs/asciidoc/release-notes
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[[release-notes-5.9.3]]
2
2
== 5.9.3
3
3
4
- *Date of Release:* April ❓ , 2023
4
+ *Date of Release:* April 26 , 2023
5
5
6
6
*Scope:* Bug fixes and enhancements since 5.9.2
7
7
@@ -33,12 +33,12 @@ No changes.
33
33
* The search algorithm used to find `@MethodSource` factory methods now applies consistent
34
34
semantics for _local_ qualified method names and fully-qualified method names for
35
35
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
38
38
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
40
40
`@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}+ `.
42
42
* Exceptions thrown for files that cannot be deleted when cleaning up a temporary
43
43
directory created via `@TempDir` now include the root cause.
44
44
* Lifecycle methods are allowed to be declared as `private` again for backwards
You can’t perform that action at this time.
0 commit comments