You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
This is a result of the issue we had where Java versions cannot be represented fully in semver due to semver being limited to 3 version numbers, that resulted in the (100*b)+x format you noted at adoptium/temurin-build#2248 (comment) unfortunately I think the only long term solution is to not use semver if/when we move to v4 api, until then I think we will be parsing in this way.
Describe the bug
While testing the version parser in the API, I noticed an unusual response, like
"semver": "11.0.9+111.1"
.To Reproduce
Steps to reproduce the behavior:
11.0.9.1+11.1
in Version, hit ExecuteExpected behavior
I am not sure that
"semver": "11.0.9+111.1"
is a valid response. Please confirm or refute this.Definitely not a critical/blocking issue, just noticed this and letting you know...
The text was updated successfully, but these errors were encountered: