foojayio / discoapi

The foojay discovery api (discoapi) is made to discover java packages (jre/jdk) from different distributions.
GNU General Public License v2.0
107 stars 12 forks source link

AdoptOpenJDK has moved to Adoptium and Temurin #72

Closed kabel closed 1 year ago

kabel commented 1 year ago

The API for versions has changed slightly as eclipse is now the preferred vendor. Currently aoj is missing recent jdk versions like 17, 18 and 19.

See https://adoptium.net/

HanSolo commented 1 year ago

Yep I know that’s the reason why we have AOJ up to 16.0.2 and Temurin from 17 upwards. AOJ is end of life and just to be clear it’s not the same distribution.

kabel commented 1 year ago

Well that's embarrassing. I should have looked/searched closer.