https://bz.apache.org/bugzilla/show_bug.cgi?id=59863
Bug ID: 59863
Summary: JDK9 version number drops the leading "1."
Product: Ant
Version: 1.9.7
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
For context: http://openjdk.java.net/jeps/223
This is at least going to cause trouble for JavaEnvUtils as we are doing a
simple String.compareTo comparison in isAtLeastJavaVersion - which is going to
fail when comparing 9.2.4 to 10.0.1 or something similar.
There are most likely more cases where we rely on the Java version numbers
starting with "1.".
--
You are receiving this mail because:
You are the assignee for the bug.