Open kota65535 opened 1 year ago
Possibly related / another way of getting the same thing (?):
This PR (issues discovered in post-merge review) shows an example of this challenge:
How might we go about making Renovate better at discovering (more different kinds of) java versions?
What would you like Renovate to be able to do?
Currently, Renovate asdf manager supports only AdoptOpenJDK in many Java distributions (Corretto, GraalVM, Zulu, etc...). I would be great if Renovate supports all these distributions.
If you have any ideas on how this should be implemented, please tell us here.
asdf-java plugin utilizes joschi's Java metadata API. Maybe adding this as a new datasource will be the first step. And then add versionings of each distribution if not exist.
Is this a feature you are interested in implementing yourself?
Maybe