1
1
[[release-notes-6.0.0-M2]]
2
2
== 6.0.0-M2
3
3
4
- *Date of Release:* ❓
4
+ *Date of Release:* July 22, 2025
5
5
6
- *Scope:* ❓
6
+ *Scope:*
7
+
8
+ * New `LauncherExecutionRequest` API
9
+ * Support for cancelling test execution via `CancellationToken`
10
+ * New `--fail-fast` mode for ConsoleLauncher
11
+ * Null-safe `computeIfAbsent` methods for stores
12
+ * Strict evaluation of enum-based configuration parameters
7
13
8
14
For a complete list of all _closed_ issues and pull requests for this release, consult the
9
15
link:{junit-framework-repo}+/milestone/99?closed=1+[6.0.0-M2] milestone page in the JUnit
@@ -13,11 +19,6 @@ repository on GitHub.
13
19
[[release-notes-6.0.0-M2-junit-platform]]
14
20
=== JUnit Platform
15
21
16
- [[release-notes-6.0.0-M2-junit-platform-bug-fixes]]
17
- ==== Bug Fixes
18
-
19
- * ❓
20
-
21
22
[[release-notes-6.0.0-M2-junit-platform-deprecations-and-breaking-changes]]
22
23
==== Deprecations and Breaking Changes
23
24
@@ -64,11 +65,6 @@ repository on GitHub.
64
65
[[release-notes-6.0.0-M2-junit-jupiter]]
65
66
=== JUnit Jupiter
66
67
67
- [[release-notes-6.0.0-M2-junit-jupiter-bug-fixes]]
68
- ==== Bug Fixes
69
-
70
- * ❓
71
-
72
68
[[release-notes-6.0.0-M2-junit-jupiter-deprecations-and-breaking-changes]]
73
69
==== Deprecations and Breaking Changes
74
70
@@ -107,16 +103,6 @@ repository on GitHub.
107
103
[[release-notes-6.0.0-M2-junit-vintage]]
108
104
=== JUnit Vintage
109
105
110
- [[release-notes-6.0.0-M2-junit-vintage-bug-fixes]]
111
- ==== Bug Fixes
112
-
113
- * ❓
114
-
115
- [[release-notes-6.0.0-M2-junit-vintage-deprecations-and-breaking-changes]]
116
- ==== Deprecations and Breaking Changes
117
-
118
- * ❓
119
-
120
106
[[release-notes-6.0.0-M2-junit-vintage-new-features-and-improvements]]
121
107
==== New Features and Improvements
122
108
0 commit comments