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
@@ -79,10 +87,10 @@ repository on GitHub.
7987 methods in the new `org.junit.platform.commons.support.ResourceSupport` class.
8088
8189
82- [[release-notes-5.14.0-RC1- junit-jupiter]]
90+ [[release-notes-5.14.0-junit-jupiter]]
8391=== JUnit Jupiter
8492
85- [[release-notes-5.14.0-RC1- junit-jupiter-deprecations-and-breaking-changes]]
93+ [[release-notes-5.14.0-junit-jupiter-deprecations-and-breaking-changes]]
8694==== Deprecations and Breaking Changes
8795
8896* `MediaType.APPLICATION_JSON_UTF_8` is now deprecated in favor of using
@@ -99,15 +107,15 @@ repository on GitHub.
99107* `org.junit.jupiter.params.support.ParameterInfo` is now deprecated in favor of the new
100108 `org.junit.jupiter.params.ParameterInfo`.
101109
102- [[release-notes-5.14.0-RC1- junit-jupiter-new-features-and-improvements]]
110+ [[release-notes-5.14.0-junit-jupiter-new-features-and-improvements]]
103111==== New Features and Improvements
104112
105113* `MediaType` now trims leading and trailing whitespace from a supplied `value`, `type`,
106114 or `subtype`.
107115* `MediaType` now eagerly rejects a _blank_ `value`, `type`, or `subtype`.
108116
109117
110- [[release-notes-5.14.0-RC1- junit-vintage]]
118+ [[release-notes-5.14.0-junit-vintage]]
111119=== JUnit Vintage
112120
113121No changes.
0 commit comments