11[[release-notes-5.13.0-M1]]
22== 5.13.0-M1
33
4- *Date of Release:* ❓
4+ *Date of Release:* March 21, 2025
55
6- *Scope:* ❓
6+ *Scope:*
7+
8+ * Introduce `@ClassTemplate` and `@ParameterizedClass` support in JUnit Jupiter
9+ * Access to `ParameterInfo` for JUnit Jupiter extensions
10+ * New `@SentenceFragment` annotation for use with `IndicativeSentences` display name generator
11+ * Add `--redirect-stdout` and `--redirect-stderr` options to `ConsoleLauncher`
12+ * Introduce test _discovery_ support in `EngineTestKit`
13+ * Bug fixes and other minor improvements
714
815For a complete list of all _closed_ issues and pull requests for this release, consult the
916link:{junit5-repo}+/milestone/85?closed=1+[5.13.0-M1] milestone page in the JUnit
@@ -19,11 +26,6 @@ repository on GitHub.
1926* Notify `LauncherDiscoveryListener` implementation registered via `LaucherConfig` or on
2027 the `Launcher` of `selectorProcessed` events.
2128
22- [[release-notes-5.13.0-M1-junit-platform-deprecations-and-breaking-changes]]
23- ==== Deprecations and Breaking Changes
24-
25- * ❓
26-
2729[[release-notes-5.13.0-M1-junit-platform-new-features-and-improvements]]
2830==== New Features and Improvements
2931
@@ -55,11 +57,6 @@ repository on GitHub.
5557* `AutoCloseable` arguments returned by an `ArgumentsProvider` are now closed even if a
5658 failure happens prior to invoking the parameterized method.
5759
58- [[release-notes-5.13.0-M1-junit-jupiter-deprecations-and-breaking-changes]]
59- ==== Deprecations and Breaking Changes
60-
61- * ❓
62-
6360[[release-notes-5.13.0-M1-junit-jupiter-new-features-and-improvements]]
6461==== New Features and Improvements
6562
@@ -101,17 +98,4 @@ repository on GitHub.
10198[[release-notes-5.13.0-M1-junit-vintage]]
10299=== JUnit Vintage
103100
104- [[release-notes-5.13.0-M1-junit-vintage-bug-fixes]]
105- ==== Bug Fixes
106-
107- * ❓
108-
109- [[release-notes-5.13.0-M1-junit-vintage-deprecations-and-breaking-changes]]
110- ==== Deprecations and Breaking Changes
111-
112- * ❓
113-
114- [[release-notes-5.13.0-M1-junit-vintage-new-features-and-improvements]]
115- ==== New Features and Improvements
116-
117- * ❓
101+ No changes.
0 commit comments