Date: Thu, 23 May 2019 19:01:30 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 237054] java/openjdk11: Needs to be integrated into bsd.java.mk Message-ID: <bug-237054-8522-AqPpsjudMj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-237054-8522@https.bugs.freebsd.org/bugzilla/> References: <bug-237054-8522@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237054 --- Comment #10 from Michael Osipov <michael.osipov@siemens.com> --- (In reply to Tommy P from comment #9) Please see: > [mosipov@mika-ion ~]$ for java_version in 8 11 12 ; do echo "Java version: $java_version" ; JAVA_HOME=/usr/local/openjdk$java_version mvn help:system | grep -E '^java\.(.+\.)?version' | sort ; done > Java version: 8 > java.class.version=52.0 > java.runtime.version=1.8.0_212-b04 > java.specification.version=1.8 > java.version=1.8.0_212 > java.vm.specification.version=1.8 > java.vm.version=25.212-b04 > Java version: 11 > java.class.version=55.0 > java.runtime.version=11.0.3+7-1 > java.specification.version=11 > java.version.date=2019-04-16 > java.version=11.0.3 > java.vm.specification.version=11 > java.vm.version=11.0.3+7-1 > Java version: 12 > java.class.version=56.0 > java.runtime.version=12+12-1 > java.specification.version=12 > java.version.date=2019-04-16 > java.version=12 > java.vm.specification.version=12 > java.vm.version=12+12-1 My understanding is that each 'java.vm.specification.version' which is the JDK version won't change within this major release. Especially with Oracle's 6 month release cycle it is very unlikely that one will see 12.1 as a last update for JDK 12. New feature will be in n+1 where n in a major version. LTS versions won't receive new features in most cases and wil stay with patch versions. But even if they do, they will immediate stop suppporting n.y-0.1 and require you to run n.y. That is by I would keep everything from 11 as integers and not as fractions. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237054-8522-AqPpsjudMj>
