Skip to content

Commit 27e9942

Browse files
committed
Merge branch 'releases/6.0.x'
2 parents d3ffd13 + c035480 commit 27e9942

File tree

3 files changed

+13
-33
lines changed

3 files changed

+13
-33
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This repository is the home of JUnit Platform, Jupiter, and Vintage.
1313
## Latest Releases
1414

1515
- General Availability (GA): [JUnit 5.13.2](https://github.com/junit-team/junit-framework/releases/tag/r5.13.2) (June 24, 2025)
16-
- Preview (Milestone/Release Candidate): N/A
16+
- Preview (Milestone/Release Candidate): [JUnit 6.0.0-M1](https://github.com/junit-team/junit-framework/releases/tag/r6.0.0-M1) (June 27, 2025)
1717

1818
## Documentation
1919

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ plugins {
1010
}
1111

1212
description = "JUnit"
13+
group = "org.junit"
1314

1415
val license by extra(License(
1516
name = "Eclipse Public License v2.0",

documentation/src/docs/asciidoc/release-notes/release-notes-6.0.0-M1.adoc

Lines changed: 11 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
[[release-notes-6.0.0-M1]]
22
== 6.0.0-M1
33

4-
*Date of Release:*
4+
*Date of Release:* June 27, 2025
55

6-
*Scope:* ❓
6+
*Scope:*
7+
8+
* Require Java 17 and Kotlin 2.2
9+
* Single version number for Platform, Jupiter, and Vintage
10+
* Use JSpecify's annotations to document nullability
11+
* Remove various deprecated behaviors and APIs
12+
* Integrate JFR functionality into junit-platform-launcher
13+
* Discontinue junit-platform-runner and junit-platform-jfr
14+
* Switch to FastCSV library for `@Csv\{File}Source`
15+
* Add support for using Kotlin `suspend` functions as test methods
716

817
For a complete list of all _closed_ issues and pull requests for this release, consult the
918
link:{junit-framework-repo}+/milestone/87?closed=1+[6.0.0-M1] milestone page in the JUnit
@@ -13,11 +22,6 @@ repository on GitHub.
1322
[[release-notes-6.0.0-M1-overall-improvements]]
1423
=== Overall Improvements
1524

16-
[[release-notes-6.0.0-M1-overall-bug-fixes]]
17-
==== Bug Fixes
18-
19-
* ❓
20-
2125
[[release-notes-6.0.0-M1-overall-deprecations-and-breaking-changes]]
2226
==== Deprecations and Breaking Changes
2327

@@ -35,11 +39,6 @@ repository on GitHub.
3539
[[release-notes-6.0.0-M1-junit-platform]]
3640
=== JUnit Platform
3741

38-
[[release-notes-6.0.0-M1-junit-platform-bug-fixes]]
39-
==== Bug Fixes
40-
41-
* ❓
42-
4342
[[release-notes-6.0.0-M1-junit-platform-deprecations-and-breaking-changes]]
4443
==== Deprecations and Breaking Changes
4544

@@ -86,20 +85,10 @@ repository on GitHub.
8685
- `NamespacedHierarchicalStore.getOrComputeIfAbsent(N, K, Function)`
8786
- `NamespacedHierarchicalStore.getOrComputeIfAbsent(N, K, Function, Class)`
8887

89-
[[release-notes-6.0.0-M1-junit-platform-new-features-and-improvements]]
90-
==== New Features and Improvements
91-
92-
* ❓
93-
9488

9589
[[release-notes-6.0.0-M1-junit-jupiter]]
9690
=== JUnit Jupiter
9791

98-
[[release-notes-6.0.0-M1-junit-jupiter-bug-fixes]]
99-
==== Bug Fixes
100-
101-
* ❓
102-
10392
[[release-notes-6.0.0-M1-junit-jupiter-deprecations-and-breaking-changes]]
10493
==== Deprecations and Breaking Changes
10594

@@ -155,11 +144,6 @@ repository on GitHub.
155144
[[release-notes-6.0.0-M1-junit-vintage]]
156145
=== JUnit Vintage
157146

158-
[[release-notes-6.0.0-M1-junit-vintage-bug-fixes]]
159-
==== Bug Fixes
160-
161-
* ❓
162-
163147
[[release-notes-6.0.0-M1-junit-vintage-deprecations-and-breaking-changes]]
164148
==== Deprecations and Breaking Changes
165149

@@ -168,8 +152,3 @@ repository on GitHub.
168152
not to signal removal in the next major version but to clarify the intended purpose of
169153
the engine. It should only be used temporarily while migrating tests to JUnit Jupiter or
170154
another testing framework with native JUnit Platform support.
171-
172-
[[release-notes-6.0.0-M1-junit-vintage-new-features-and-improvements]]
173-
==== New Features and Improvements
174-
175-
* ❓

0 commit comments

Comments
 (0)