Re: new JDK version scheme

2017-11-28 Thread Jaikiran Pai
In their JEP[1] (based on which this got implemented), it does recommend relying on this "java.specification.version" whose value is expected to be an integer (for Java releases starting Java 9). There's a table in that [1] which has the values for this system property for hypothetical release

Re: new JDK version scheme

2017-11-28 Thread Stefan Bodewig
On 2017-11-28, Stefan Bodewig wrote: > Maybe we really need to start parsing the java.version system property java.specification.version is probably the better candidate as it is supposed to only contain "10". Stefan - To

JDK 10 Early Access b33 and JDK 8u162 Early Access b03 are available on jdk.java.net

2017-11-28 Thread Rory O'Donnell
Hi Stefan, *JDK 10 Early Access  build 33 is available at : - **jdk.java.net/10/* Notable changes since previous email. JDK-8180019 - *javadoc treats failure to access a URL as an error , not