11[[release-notes-5.10.0-RC1]]
22== 5.10.0-RC1
33
4- *Date of Release:* ❓
4+ *Date of Release:* July ❓, 2023
55
6- *Scope:* ❓
6+ *Scope:*
7+
8+ * New `@SelectMethod` support in test `@Suite` classes.
9+ * Various enhancements for discovery selectors for classes and methods, including
10+ additional support for custom ClassLoader arrangements.
11+ * Improved `@TempDir` support for cleaning up files and directories on Windows.
12+ * Revised stack trace pruning support.
13+ * Various documentation improvements.
14+ * Minor changes and enhancements since 5.10 M1.
715
816For a complete list of all _closed_ issues and pull requests for this release, consult the
917link:{junit5-repo}+/milestone/69?closed=1+[5.10.0-RC1] milestone page in the
@@ -13,10 +21,6 @@ JUnit repository on GitHub.
1321[[release-notes-5.10.0-RC1-junit-platform]]
1422=== JUnit Platform
1523
16- ==== Bug Fixes
17-
18- * ❓
19-
2024==== Deprecations and Breaking Changes
2125
2226* The `getMethodParameterTypes()` methods in `MethodSelector` and `NestedMethodSelector`
@@ -42,43 +46,25 @@ JUnit repository on GitHub.
4246[[release-notes-5.10.0-RC1-junit-jupiter]]
4347=== JUnit Jupiter
4448
45- ==== Bug Fixes
46-
47- * ❓
48-
49- ==== Deprecations and Breaking Changes
50-
51- * ❓
52-
5349==== New Features and Improvements
5450
5551* `@TempDir` can now be used as a meta-annotation in order to create custom _composed
5652 annotations_. See the `@JimfsTempDir` example in the
5753 <<../user-guide/index.adoc#writing-tests-built-in-extensions-TempDirectory, User Guide>>
5854 for details.
59- * Lifecycle and thread-safety semantics are now documented for the `TempDirFactory` SPI.
55+ * `@TempDir` now successfully cleans up files and directories on Windows that are set to
56+ read-only.
6057* New `reason` attribute in `@Execution` which can be used to document the reason for
6158 using the selected execution mode.
6259* The <<../user-guide/index.adoc#extensions-RandomNumberExtension, User Guide>> now
6360 includes an example implementation of the `RandomNumberExtension` in order to improve
6461 the documentation for extension registration via `@ExtendWith` on fields.
62+ * Lifecycle and thread-safety semantics are now documented for the `TempDirFactory` SPI.
6563* The scope of applicability for `TestWatcher` implementations is now more extensively
6664 documented in the User Guide and Javadoc.
67- * `@TempDir` now successfully cleans up files and directories on Windows that are set to
68- read-only.
6965
7066
7167[[release-notes-5.10.0-RC1-junit-vintage]]
7268=== JUnit Vintage
7369
74- ==== Bug Fixes
75-
76- * ❓
77-
78- ==== Deprecations and Breaking Changes
79-
80- * ❓
81-
82- ==== New Features and Improvements
83-
84- * ❓
70+ No changes.
0 commit comments