OpenJDK Updates Project Builds
Severin Gehwolf
sgehwolf at redhat.com
Fri Apr 26 12:28:11 UTC 2019
On Fri, 2019-04-26 at 14:11 +0200, Dalibor Topic wrote:
> Hi,
>
> the Early Access (EA) builds on https://adoptopenjdk.net/upstream.html
> are still confusingly versioned on that site, unfortunately. To quote
> from [0]:
>
> "E.g. what tells an end user that +7 and +31 are release builds, but +6
> and +11 are not?"
I'm not 100% clear what you mean. To answer the question: The filename?
"java -version" output?
$ ls -1
OpenJDK11U-x64_linux_11.0.3_6_ea.tar.gz
OpenJDK11U-x64_linux_11.0.3_7.tar.gz
$ ./openjdk-11.0.3+6/bin/java -version
openjdk version "11.0.3-ea" 2019-04-16
OpenJDK Runtime Environment 18.9 (build 11.0.3-ea+6)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.3-ea+6, mixed mode)
$ ./openjdk-11.0.3+7/bin/java -version
openjdk version "11.0.3" 2019-04-16
OpenJDK Runtime Environment 18.9 (build 11.0.3+7)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.3+7, mixed mode)
For JDK 8u it won't show up in the version output, but I'm not sure
that can be helped. Archive file names still have "ea" in their name
and the build numbers show up in version output so as to distinguish
them.
Thanks,
Severin
> cheers,
> dalibor topic
>
> [0]
> https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2019-April/000962.html
>
> On 16.04.2019 21:49, Dalibor Topic wrote:
> > On 15.04.2019 12:25, Andrew Haley wrote:
> > > we now have early access
> > > preview Linux and Windows binaries (currently x86-64 only) at
> > >
> > > https://adoptopenjdk.net/upstream.html
> >
> > I would suggest using the version nomenclature per JEP 322, i.e.
> >
> > "A version string is a version number, $VNUM, possibly followed by
> > pre-release, build, and other optional information, one of:
> >
> > $VNUM(-$PRE)?\+$BUILD(-$OPT)?
> > $VNUM-$PRE(-$OPT)?
> > $VNUM(+-$OPT)?
> >
> > where $PRE is a pre-release identifier (e.g., ea), $BUILD is a
> > build
> > number, and $OPT is optional build information."
> >
> > i.e. 11.0.3-ea+6, for example.
> >
> > cheers,
> > dalibor topic
> >
More information about the jdk-updates-dev
mailing list