Deyda / NeverRed

NeverRed's focus is to provide a simple solution to keep standard software up to date without having to package it or search and compare versions on vendor sites. https://www.deyda.net/index.php/en/neverred/
33 stars 5 forks source link

Adopt Open JDK is outdated. No current openJDK release available in neverred #50

Open GMichu opened 1 year ago

GMichu commented 1 year ago

Announcement from adoptopenjdk website:

24th July 2021: AdoptOpenJDK is moving to the Eclipse Foundation and rebranding. Our July 2021 and future releases will come from Adoptium.net

And indeed you can't download JDK 17 from their website nor their github repo. Latest released binary in their repo is from 2020: https://github.com/AdoptOpenJDK/openjdk11-binaries/releases

You should instead refer to their new brand:

Get-EvergreenApp -Name AdoptiumTemurin8
Get-EvergreenApp -Name AdoptiumTemurin11
Get-EvergreenApp -Name AdoptiumTemurin17

https://github.com/adoptium/temurin17-binaries/releases/ https://github.com/adoptium/temurin11-binaries/releases/ https://github.com/adoptium/temurin8-binaries/releases/

It would also be nice to include Amazon's widely used distribution of JDK: Get-EvergreenApp -Name AmazonCorretto https://github.com/corretto/corretto-17/releases https://github.com/corretto/corretto-11/releases https://github.com/corretto/corretto-8/releases

GMichu commented 1 month ago

@Deyda duplicated by #53