Closed
Description
Description:
Dragonwell version parsing failed. Because Dragonwell adds a few more versions to its own version number based on the upstream OpenJDK, calling semver function directly will produce an incorrect version number.
Task version:
Nightly task.
Platform:
- Ubuntu
- Windows
Runner type:
- Hosted
- Self-hosted
Expected behavior:
get correct version number.
Actual behavior:
get wrong version number, such as17.0.1.0.1+12 will be parsed to 17.0.1+0.1+12.