Skip to content

Commit 6a25736

Browse files
committed
Finalize 5.14.2 release notes
1 parent 33e66bf commit 6a25736

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

documentation/modules/ROOT/pages/release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ include::partial$release-notes/release-notes-6.0.1.adoc[]
1111

1212
include::partial$release-notes/release-notes-6.0.0.adoc[]
1313

14+
include::partial$release-notes/release-notes-5.14.2.adoc[]
15+
1416
include::partial$release-notes/release-notes-5.14.1.adoc[]
1517

1618
include::partial$release-notes/release-notes-5.14.0.adoc[]
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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.

0 commit comments

Comments
 (0)