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

Empty SEMANTIC_VERSION in RELEASE file for 1.8.0_275-b01 #2236

Closed
tushev opened this issue Nov 17, 2020 · 3 comments · Fixed by #2259
Closed

Empty SEMANTIC_VERSION in RELEASE file for 1.8.0_275-b01 #2236

tushev opened this issue Nov 17, 2020 · 3 comments · Fixed by #2259
Assignees
Labels
bug Issues that are problems in the code as reported by the community
Milestone

Comments

@tushev
Copy link

tushev commented Nov 17, 2020

What are you trying to do?
I try to get SEMANTIC_VERSION value from release file for 1.8.0_275-b01

Expected line in release file:
SEMANTIC_VERSION="8.0.275+1" or similar

Observed line in release file:
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"

@tushev
Copy link
Author

tushev commented Nov 17, 2020

Just checked the JDK (the data above is for JRE) - SEMANTIC_VERSION="" as well there.

@M-Davies M-Davies added the bug Issues that are problems in the code as reported by the community label Nov 17, 2020
@M-Davies M-Davies added this to the November 2020 milestone Nov 17, 2020
@andrew-m-leonard
Copy link
Contributor

Fixed by: #2259

@tushev
Copy link
Author

tushev commented Nov 25, 2020

thanks!

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
None yet
3 participants