File tree Expand file tree Collapse file tree
documentation/modules/ROOT Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ include::partial$release-notes/release-notes-6.0.1.adoc[]
1111
1212include::partial$release-notes/release-notes-6.0.0.adoc[]
1313
14+ include::partial$release-notes/release-notes-5.14.2.adoc[]
15+
1416include::partial$release-notes/release-notes-5.14.1.adoc[]
1517
1618include::partial$release-notes/release-notes-5.14.0.adoc[]
Original file line number Diff line number Diff line change 1+ [[v5.14.2]]
2+ == 5.14.2
3+
4+ *Date of Release:* January 6, 2026
5+
6+ *Scope:* Bug fixes and enhancements since 5.14.1
7+
8+ For a complete list of all _closed_ issues and pull requests for this release, consult the
9+ link:{junit-framework-repo}+/milestone/115?closed=1+[5.14.2] milestone page in the JUnit
10+ repository on GitHub.
11+
12+
13+ [[v5.14.2-junit-platform]]
14+ === JUnit Platform
15+
16+ [[v5.14.2-junit-platform-bug-fixes]]
17+ ==== Bug Fixes
18+
19+ * Make `ConsoleLauncher` compatible with JDK 26 by avoiding final field mutations.
20+
21+
22+ [[v5.14.2-junit-jupiter]]
23+ === JUnit Jupiter
24+
25+ [[v5.14.2-junit-jupiter-bug-fixes]]
26+ ==== Bug Fixes
27+
28+ * Allow using `@ResourceLock` on classes annotated with `@ClassTemplate` (or
29+ `@ParameterizedClass`).
30+
31+ [[v5.14.2-junit-vintage]]
32+ === JUnit Vintage
33+
34+ No changes.
You can’t perform that action at this time.
0 commit comments