Skip to content

Commit

Permalink
Prepare release notes for 5.10 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jul 3, 2023
1 parent 9d1f6e1 commit 7914464
Showing 1 changed file with 14 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
[[release-notes-5.10.0-RC1]]
== 5.10.0-RC1

*Date of Release:*
*Date of Release:* July ❓, 2023

*Scope:* ❓
*Scope:*

* New `@SelectMethod` support in test `@Suite` classes.
* Various enhancements for discovery selectors for classes and methods, including
additional support for custom ClassLoader arrangements.
* Improved `@TempDir` support for cleaning up files and directories on Windows.
* Revised stack trace pruning support.
* Various documentation improvements.
* Minor changes and enhancements since 5.10 M1.

For a complete list of all _closed_ issues and pull requests for this release, consult the
link:{junit5-repo}+/milestone/69?closed=1+[5.10.0-RC1] milestone page in the
Expand All @@ -13,10 +21,6 @@ JUnit repository on GitHub.
[[release-notes-5.10.0-RC1-junit-platform]]
=== JUnit Platform

==== Bug Fixes

* ❓

==== Deprecations and Breaking Changes

* The `getMethodParameterTypes()` methods in `MethodSelector` and `NestedMethodSelector`
Expand All @@ -42,43 +46,25 @@ JUnit repository on GitHub.
[[release-notes-5.10.0-RC1-junit-jupiter]]
=== JUnit Jupiter

==== Bug Fixes

* ❓

==== Deprecations and Breaking Changes

* ❓

==== New Features and Improvements

* `@TempDir` can now be used as a meta-annotation in order to create custom _composed
annotations_. See the `@JimfsTempDir` example in the
<<../user-guide/index.adoc#writing-tests-built-in-extensions-TempDirectory, User Guide>>
for details.
* Lifecycle and thread-safety semantics are now documented for the `TempDirFactory` SPI.
* `@TempDir` now successfully cleans up files and directories on Windows that are set to
read-only.
* New `reason` attribute in `@Execution` which can be used to document the reason for
using the selected execution mode.
* The <<../user-guide/index.adoc#extensions-RandomNumberExtension, User Guide>> now
includes an example implementation of the `RandomNumberExtension` in order to improve
the documentation for extension registration via `@ExtendWith` on fields.
* Lifecycle and thread-safety semantics are now documented for the `TempDirFactory` SPI.
* The scope of applicability for `TestWatcher` implementations is now more extensively
documented in the User Guide and Javadoc.
* `@TempDir` now successfully cleans up files and directories on Windows that are set to
read-only.


[[release-notes-5.10.0-RC1-junit-vintage]]
=== JUnit Vintage

==== Bug Fixes

* ❓

==== Deprecations and Breaking Changes

* ❓

==== New Features and Improvements

* ❓
No changes.

0 comments on commit 7914464

Please sign in to comment.