Skip to content

Commit 5b4a000

Browse files
committedApr 23, 2023
Polish 5.9.3 Release Notes
1 parent f6f1aff commit 5b4a000

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
 

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

+6-5
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ JUnit repository on GitHub.
4040
`@MethodSource("myFactory([I)"` (which was already supported) and
4141
`@MethodSource("myFactory(java.lang.String[])` instead of
4242
`@MethodSource("myFactory([Ljava.lang.String;)`.
43-
* Exceptions thrown for undeletable files when cleaning up a temporary directory created
44-
via `@TempDir` now include the root cause.
45-
* Allow lifecycle methods to be declared as `private` again for backwards compatibility
46-
but document it as a discouraged practice.
43+
* Exceptions thrown for files that cannot be deleted when cleaning up a temporary
44+
directory created via `@TempDir` now include the root cause.
45+
* Lifecycle methods are allowed to be declared as `private` again for backwards
46+
compatibility; however, using `private` visibility for lifecycle methods is strongly
47+
discouraged and will be disallowed in a future release.
4748

4849
==== Deprecations and Breaking Changes
4950

@@ -54,7 +55,7 @@ JUnit repository on GitHub.
5455
* ❓
5556

5657

57-
= [[release-notes-5.9.3-junit-vintage]]
58+
[[release-notes-5.9.3-junit-vintage]]
5859
=== JUnit Vintage
5960

6061
==== Bug Fixes

0 commit comments

Comments
 (0)