Skip to content

[2653] Do not use the java.version system property when attempting to…#2654

Open
jamezp wants to merge 1 commit intojakartaee:mainfrom
jamezp:issue2653
Open

[2653] Do not use the java.version system property when attempting to…#2654
jamezp wants to merge 1 commit intojakartaee:mainfrom
jamezp:issue2653

Conversation

@jamezp
Copy link
Copy Markdown
Member

@jamezp jamezp commented Mar 27, 2026

… determine the Java version. Instead use the Runtime.version() in the Jakarta Tags TCK.

Fixes Issue
fixes #2653

Describe the change
Uses the Runtime.vesion() to determine the JVM version rather than the java.version system property.

… determine the Java version. Instead use the Runtime.version() in the Jakarta Tags TCK.

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

12.0 Jakarta EE 12 Platform challenge TCK challenge

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