# JUnit 5.14.3 — JUnit 5.14.3 - Product: JUnit (https://whatsnew.fyi/product/junit) - Vendor: JUnit Team - Date: 2026-02-15 - Version: 5.14.3 - Original notes: https://github.com/junit-team/junit-framework/releases/tag/r5.14.3 - Permalink: https://whatsnew.fyi/product/junit/releases/5.14.3 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — @EnabledOnJre and @DisabledOnJre now work reliably when used with JRE.OTHER in a test running on a Java runtime whose version is higher than the version of the last JAVA_* constant in the JRE enum Date of Release: February 15, 2026 Scope: Bug fixes and enhancements since 5.14.2 For a complete list of all closed issues and pull requests for this release, consult the 5.14.3 milestone page in the JUnit repository on GitHub. ###### JUnit Platform No changes. ###### JUnit Jupiter ###### Bug Fixes - @EnabledOnJre and @DisabledOnJre once again work reliably when used with JRE.OTHER in a test running on a Java runtime whose version is higher than the version of the last JAVA_* constant in the JRE enum. ###### JUnit Vintage No changes.