File tree 1 file changed +6
-5
lines changed
documentation/src/docs/asciidoc/release-notes
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.
40
40
`@MethodSource("myFactory([I)"` (which was already supported) and
41
41
`@MethodSource("myFactory(java.lang.String[])` instead of
42
42
`@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.
47
48
48
49
==== Deprecations and Breaking Changes
49
50
@@ -54,7 +55,7 @@ JUnit repository on GitHub.
54
55
* ❓
55
56
56
57
57
- = [[release-notes-5.9.3-junit-vintage]]
58
+ [[release-notes-5.9.3-junit-vintage]]
58
59
=== JUnit Vintage
59
60
60
61
==== Bug Fixes
You can’t perform that action at this time.
0 commit comments