[Package Issue]: OpenStreetMap.Josm should have dependency on "one of" JDK > 17 not only the Oracle one #165368
Closed
2 tasks done
Labels
Area-Client
These issues require changes to the client.
Blocking-Issue
Manifest validation is blocked by a known issue.
In-PR
Package-Update
This package needs to be updated
Milestone
Please confirm these before moving forward
Category of the issue
Other
Brief description of your issue
According to winget, Josm required "Oracle.JDK.17 >= 17.0.1.0". But instead it should required one of:
Instead of forcing the installation of "Oracle.JDK.17", we should set the requirement of one of theses JDK. That way the user can install for example EclipseAdoptium.Temurin.17.JDK and then install OpenStreetMap.Josm
And Josm will work because, Josm can work on any JDK >= 17.0.1.0
Steps to reproduce
Here winget want to install Oracle.JDK.17, but I already installed another JDK 17
Actual behavior
winget force install Oracle.JDK.17
Expected behavior
winget should check for any JDK 17 and do not force to install Oracle.JDK.17
Environment
Screenshots and Logs
No response
The text was updated successfully, but these errors were encountered: