junit-team / junit5

✅ The 5th major version of the programmer-friendly testing framework for Java and the JVM

Home Page:https://junit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend `JRE` enum to support Java 24

sormuras opened this issue · comments

Overview

Java 24 early access builds will be available, soon: openjdk/jdk#18787

Deliverables

  • Extend the JRE enum with a new JAVA_24 constant.
  • Update EnabledOnJreIntegrationTests, DisabledOnJreIntegrationTests, EnabledOnJreConditionTests, and DisabledOnJreConditionTests accordingly.
  • Document in Release Notes.
  • Add CI build for JDK 24