File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed
documentation/modules/ROOT Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ include::partial$release-notes/release-notes-6.0.1.adoc[]
1313
1414include::partial$release-notes/release-notes-6.0.0.adoc[]
1515
16+ include::partial$release-notes/release-notes-5.14.3.adoc[]
17+
1618include::partial$release-notes/release-notes-5.14.2.adoc[]
1719
1820include::partial$release-notes/release-notes-5.14.1.adoc[]
Original file line number Diff line number Diff line change 1+ [[v5.14.3]]
2+ == 5.14.3
3+
4+ *Date of Release:* February 15, 2026
5+
6+ *Scope:* Bug fixes and enhancements since 5.14.2
7+
8+ For a complete list of all _closed_ issues and pull requests for this release, consult the
9+ link:{junit-framework-repo}+/milestone/117?closed=1+[5.14.3] milestone page in the JUnit
10+ repository on GitHub.
11+
12+
13+ [[v5.14.3-junit-platform]]
14+ === JUnit Platform
15+
16+ No changes.
17+
18+
19+ [[v5.14.3-junit-jupiter]]
20+ === JUnit Jupiter
21+
22+ [[v5.14.3-junit-jupiter-bug-fixes]]
23+ ==== Bug Fixes
24+
25+ * `@EnabledOnJre` and `@DisabledOnJre` once again work reliably when used with `JRE.OTHER`
26+ in a test running on a Java runtime whose version is higher than the version of the last
27+ `JAVA_*` constant in the `JRE` enum.
28+
29+
30+ [[v5.14.3-junit-vintage]]
31+ === JUnit Vintage
32+
33+ No changes.
You can’t perform that action at this time.
0 commit comments