File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments