Skip to content

Commit

Permalink
Polish 5.9.3 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Apr 23, 2023
1 parent f6f1aff commit 5b4a000
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ JUnit repository on GitHub.
`@MethodSource("myFactory([I)"` (which was already supported) and
`@MethodSource("myFactory(java.lang.String[])` instead of
`@MethodSource("myFactory([Ljava.lang.String;)`.
* Exceptions thrown for undeletable files when cleaning up a temporary directory created
via `@TempDir` now include the root cause.
* Allow lifecycle methods to be declared as `private` again for backwards compatibility
but document it as a discouraged practice.
* Exceptions thrown for files that cannot be deleted when cleaning up a temporary
directory created via `@TempDir` now include the root cause.
* Lifecycle methods are allowed to be declared as `private` again for backwards
compatibility; however, using `private` visibility for lifecycle methods is strongly
discouraged and will be disallowed in a future release.

==== Deprecations and Breaking Changes

Expand All @@ -54,7 +55,7 @@ JUnit repository on GitHub.
* ❓


= [[release-notes-5.9.3-junit-vintage]]
[[release-notes-5.9.3-junit-vintage]]
=== JUnit Vintage

==== Bug Fixes
Expand Down

0 comments on commit 5b4a000

Please sign in to comment.