-
-
Notifications
You must be signed in to change notification settings - Fork 641
Open
Labels
Description
Currently, when specifying a major version in .sdkmanrc (e.g., java=21-tem), it remains fixed and doesn't automatically update when new patch releases become available.
We request adding functionality for major version references to automatically resolve to the latest patch release (e.g., java=21-tem would use 21.0.7-tem instead of just 21-tem).
This would:
- Eliminate the need to manually update
.sdkmanrcfiles for security patches. - Expected behaviour (subjective but at least aligns with Docker's image versioning behavior).
- Reduce maintenance overhead across multiple projects.
An option to toggle this behavior would be ideal for teams with different preferences.
Swizbiz, orange-buffalo, mrserb, felocru, imsandli and 1 more