-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
Please confirm these before moving forward
- I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
- I have not been informed if the issue is resolved in a preview version of the winget client.
Category of the issue
Other
Brief description of your issue
I am a developer of Azul and we noticed the recent versions of our Azul Zulu JREs are not syncing.
https://github.com/microsoft/winget-pkgs/tree/master/manifests/a/Azul/Zulu
There are correctly JDKs and JREs up to version 18. From 19 there are only JDKs. We need to publish those JREs as well.
The problem is that the Dumplings repo is missing the proper JRE tasks - like here: up to v18, there are both:
https://github.com/SpecterShell/Dumplings/tree/main/Tasks/Azul.Zulu.18.JRE
https://github.com/SpecterShell/Dumplings/tree/main/Tasks/Azul.Zulu.18.JDK
but for 19, there is only
https://github.com/SpecterShell/Dumplings/tree/main/Tasks/Azul.Zulu.19.JDK
How exactly are those per-version tasks generated? How can we help so winget will start publishing newer JRE versions as well? And ideally solve this in a way there will be no manual task needed when new major Java version will get released in the future 🙂
I will be happy to help if some further debugging is needed!
Thanks.
Steps to reproduce
Follow the links above to see that there is no Azul.Zulu JRE from 19 and further.
Actual behavior
Missing Azul.Zulu JREs 19, 20, 21, 22, 23, 24.
Expected behavior
To have the missing JREs in the package registry
Environment
I'm on Mac, so no winget here but it is not relevat to the issue.
Screenshots and Logs
No response