We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What are you trying to do? I try to get SEMANTIC_VERSION value from release file for 1.8.0_275-b01
SEMANTIC_VERSION
release
Expected line in release file: SEMANTIC_VERSION="8.0.275+1" or similar
SEMANTIC_VERSION="8.0.275+1"
Observed line in release file: SEMANTIC_VERSION=""
SEMANTIC_VERSION=""
Any other comments: #2049
Full contents of release file for 1.8.0_275-b01
JAVA_VERSION="1.8.0_275" OS_NAME="Windows" OS_VERSION="5.2" OS_ARCH="amd64" SOURCE=" .:OpenJDK: f59514f7b2:" IMPLEMENTOR="AdoptOpenJDK" BUILD_SOURCE="git:c0a1a87c" FULL_VERSION="1.8.0_275-b01" SEMANTIC_VERSION="" BUILD_INFO="OS: Windows Server 2012 R2 Version: 6.3" JVM_VARIANT="Hotspot" JVM_VERSION="25.275-b01" IMAGE_TYPE="JRE"
The text was updated successfully, but these errors were encountered:
Just checked the JDK (the data above is for JRE) - SEMANTIC_VERSION="" as well there.
Sorry, something went wrong.
Fixed by: #2259
thanks!
andrew-m-leonard
Successfully merging a pull request may close this issue.
What are you trying to do?
I try to get
SEMANTIC_VERSION
value fromrelease
file for 1.8.0_275-b01Expected line in
release
file:SEMANTIC_VERSION="8.0.275+1"
or similarObserved line in
release
file:SEMANTIC_VERSION=""
Any other comments:
#2049
Full contents of
release
file for 1.8.0_275-b01The text was updated successfully, but these errors were encountered: