Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add the build version to the release file #2187

Open
mbien opened this issue Oct 28, 2020 · 1 comment
Open

add the build version to the release file #2187

mbien opened this issue Oct 28, 2020 · 1 comment
Labels
bug Issues that are problems in the code as reported by the community

Comments

@mbien
Copy link

mbien commented Oct 28, 2020

the release file of the JDK 11 tar currently looks like this:

IMPLEMENTOR="AdoptOpenJDK"
IMPLEMENTOR_VERSION="AdoptOpenJDK"
JAVA_VERSION="11.0.9"
JAVA_VERSION_DATE="2020-10-20"
MODULES="java.base java.compiler java.datatransfer java.xml java.prefs java.desktop java.instrument java.logging java.management java.security.sasl java.naming java.rmi java.management.rmi java.net.http java.scripting java.security.jgss java.transaction.xa java.sql java.sql.rowset java.xml.crypto java.se java.smartcardio jdk.accessibility jdk.internal.vm.ci jdk.management jdk.unsupported jdk.internal.vm.compiler jdk.aot jdk.internal.jvmstat jdk.attach jdk.charsets jdk.compiler jdk.crypto.ec jdk.crypto.cryptoki jdk.dynalink jdk.internal.ed jdk.editpad jdk.hotspot.agent jdk.httpserver jdk.internal.le jdk.internal.opt jdk.internal.vm.compiler.management jdk.jartool jdk.javadoc jdk.jcmd jdk.management.agent jdk.jconsole jdk.jdeps jdk.jdwp.agent jdk.jdi jdk.jfr jdk.jlink jdk.jshell jdk.jsobject jdk.jstatd jdk.localedata jdk.management.jfr jdk.naming.dns jdk.naming.ldap jdk.naming.rmi jdk.net jdk.pack jdk.rmic jdk.scripting.nashorn jdk.scripting.nashorn.shell jdk.sctp jdk.security.auth jdk.security.jgss jdk.unsupported.desktop jdk.xml.dom jdk.zipfs"
OS_ARCH="x86_64"
OS_NAME="Linux"
SOURCE=".:git:7c1cd700657c"
BUILD_SOURCE="git:aa671d8a"
FULL_VERSION="11.0.9+11"
SEMANTIC_VERSION="11.0.9+11"
BUILD_INFO="OS: Linux Version: 4.15.0-1098-azure"
JVM_VARIANT="Hotspot"
JVM_VERSION="11.0.9+11"
IMAGE_TYPE="JDK"

although it is actually adopt build jdk-11.0.9+11.1* which makes it indistinguishable to the prev. build jdk-11.0.9+11 which had one GC less.

please add the adopt specific build version somewhere, maybe even in the file name of the artifact.

@karianna karianna added the bug Issues that are problems in the code as reported by the community label Oct 29, 2020
@M-Davies
Copy link
Contributor

@austin0 Can you take a quick look at this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that are problems in the code as reported by the community
Projects
Status: Todo
Development

No branches or pull requests

3 participants