Skip to content

Commit 869e232

Browse files
sbrannenmarcphilipp
authored andcommitted
Add 5.14.3 release notes
1 parent d4b34c4 commit 869e232

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

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

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

1414
include::partial$release-notes/release-notes-6.0.0.adoc[]
1515

16+
include::partial$release-notes/release-notes-5.14.3.adoc[]
17+
1618
include::partial$release-notes/release-notes-5.14.2.adoc[]
1719

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

0 commit comments

Comments
 (0)