Skip to content

Parse Java version strings with pre-release/build/opt suffixes - #106

Open
ncittm wants to merge 1 commit into
apposed:mainfrom
ncittm:fix-parse-java-version
Open

ncittm wants to merge 1 commit into
apposed:mainfrom
ncittm:fix-parse-java-version

Conversation

@ncittm

@ncittm ncittm commented Aug 13, 2026

Copy link
Copy Markdown

Strips -PRE, +BUILD, and -OPT segments per JEP 223 grammar before splitting the numeric version, e.g. "17.0.18-internal" or "11.0.31+11-post-1ubuntu1-24.04.2-Ubuntu".

Closes #105.

Strips -PRE, +BUILD, and -OPT segments per JEP 223 grammar before
splitting the numeric version, e.g. "17.0.18-internal" or
"11.0.31+11-post-1ubuntu1-24.04.2-Ubuntu".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

jgo does not recognise Java version of openjdk=17.0.18 from conda-forge

1 participant