1- [[release-notes-5.14.0-RC1 ]]
2- == 5.14.0-RC1
1+ [[release-notes-5.14.0]]
2+ == 5.14.0
33
4- *Date of Release:* September 23 , 2025
4+ *Date of Release:* September 30 , 2025
55
66*Scope:*
77
88* Bug fixes and enhancements since 5.13.x
99* Deprecations along with new APIs to ease migration to the upcoming 6.0 release
1010
1111For a complete list of all _closed_ issues and pull requests for this release, consult the
12- link:{junit-framework-repo}+/milestone/108?closed=1+[5.14.0-RC1] milestone page in the JUnit
12+ link:{junit-framework-repo}+/milestone/108?closed=1+[5.14.0-RC1] and
13+ link:{junit-framework-repo}+/milestone/109?closed=1+[5.14.0] milestone pages in the JUnit
1314repository on GitHub.
1415
16+ [TIP]
17+ .Migration Guide
18+ ====
19+ Please refer to the
20+ https://github.com/junit-team/junit-framework/wiki/Upgrading-to-JUnit-5.14[wiki] for
21+ guidance on upgrading to JUnit 5.14.
22+ ====
1523
16- [[release-notes-5.14.0-RC1- junit-platform]]
24+ [[release-notes-5.14.0-junit-platform]]
1725=== JUnit Platform
1826
19- [[release-notes-5.14.0-RC1- junit-platform-bug-fixes]]
27+ [[release-notes-5.14.0-junit-platform-bug-fixes]]
2028==== Bug Fixes
2129
2230* The `Launcher` (specifically `LauncherDiscoveryResult`) now retains the original
2331 `TestEngine` registration order after pruning test engines without tests, thereby
2432 ensuring reliable test execution order of multiple test engines.
2533
26- [[release-notes-5.14.0-RC1- junit-platform-deprecations-and-breaking-changes]]
34+ [[release-notes-5.14.0-junit-platform-deprecations-and-breaking-changes]]
2735==== Deprecations and Breaking Changes
2836
2937* Deprecate `OutputDirectoryProvider` interface in favor of the new
@@ -59,7 +67,7 @@ repository on GitHub.
5967 - `scanForResourcesInPackage(String, Predicate)`
6068 - `scanForResourcesInClasspathRoot(URI, Predicate)`
6169
62- [[release-notes-5.14.0-RC1- junit-platform-new-features-and-improvements]]
70+ [[release-notes-5.14.0-junit-platform-new-features-and-improvements]]
6371==== New Features and Improvements
6472
6573* Emit warning when `@SuiteDisplayName` is used with a blank string
@@ -74,10 +82,10 @@ repository on GitHub.
7482 methods in the new `org.junit.platform.commons.support.ResourceSupport` class.
7583
7684
77- [[release-notes-5.14.0-RC1- junit-jupiter]]
85+ [[release-notes-5.14.0-junit-jupiter]]
7886=== JUnit Jupiter
7987
80- [[release-notes-5.14.0-RC1- junit-jupiter-deprecations-and-breaking-changes]]
88+ [[release-notes-5.14.0-junit-jupiter-deprecations-and-breaking-changes]]
8189==== Deprecations and Breaking Changes
8290
8391* `MediaType.APPLICATION_JSON_UTF_8` is now deprecated in favor of using
@@ -94,15 +102,15 @@ repository on GitHub.
94102* `org.junit.jupiter.params.support.ParameterInfo` is now deprecated in favor of the new
95103 `org.junit.jupiter.params.ParameterInfo`.
96104
97- [[release-notes-5.14.0-RC1- junit-jupiter-new-features-and-improvements]]
105+ [[release-notes-5.14.0-junit-jupiter-new-features-and-improvements]]
98106==== New Features and Improvements
99107
100108* `MediaType` now trims leading and trailing whitespace from a supplied `value`, `type`,
101109 or `subtype`.
102110* `MediaType` now eagerly rejects a _blank_ `value`, `type`, or `subtype`.
103111
104112
105- [[release-notes-5.14.0-RC1- junit-vintage]]
113+ [[release-notes-5.14.0-junit-vintage]]
106114=== JUnit Vintage
107115
108116No changes.
0 commit comments