[2653] Do not use the java.version system property when attempting to…#2654
[2653] Do not use the java.version system property when attempting to…#2654scottmarlow merged 1 commit intojakartaee:mainfrom
Conversation
… determine the Java version. Instead use the Runtime.version() in the Jakarta Tags TCK. Signed-off-by: James R. Perkins <jperkins@ibm.com>
|
I'm ok with this change, see the following comment for details: #2653 (comment) |
|
@scottmarlow, for EE12, we're removing the tags TCK from the platform-tck, right? Should this instead be a PR against: https://github.com/jakartaee/tags? Do we need a PR to remove the tags tck from the platform-tck for EE12? I know there was some discussion here: jakartaee/tags#270 |
Oh right, thanks for the reminder! We already moved Tags tests over to https://github.com/jakartaee/tags/tree/main/tck/src/main/java/com/sun/ts/tests/jstl so 👍
Yes!
Yes
👍 |
|
Merging even though the Tags TCK source has been moved to the Tags spec repo. |
|
FYI I created the upstream PR jakartaee/tags#287. |
… 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 thejava.versionsystem property.