Skip to content

[2653][platform-tck challenge] Do not use the java.version system pro…#287

Open
jamezp wants to merge 1 commit intojakartaee:mainfrom
jamezp:tck-fix
Open

[2653][platform-tck challenge] Do not use the java.version system pro…#287
jamezp wants to merge 1 commit intojakartaee:mainfrom
jamezp:tck-fix

Conversation

@jamezp
Copy link
Copy Markdown
Member

@jamezp jamezp commented Apr 10, 2026

…perty when attempting to determine the Java version. Instead use the Runtime.version() in the Jakarta Tags TCK.

fixes jakartaee/platform-tck#2653

The downstream fix was filed against the EE11 TCK in #2654

…perty when attempting to determine the Java version. Instead use the Runtime.version() in the Jakarta Tags TCK.

jakartaee/platform-tck#2653
Signed-off-by: James R. Perkins <jperkins@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The Tags TCK checks the java.version property assuming there will always be a . in the version.

1 participant