ScoopInstaller / Java

📦 A bucket for Scoop, for Oracle Java, OpenJDK, Eclipse Temurin, IBM Semeru, Zulu, ojdkbuild, Amazon Corretto, BellSoft Liberica, SapMachine and Microsoft JDK.
https://scoop.sh
The Unlicense
254 stars 88 forks source link

AdoptOpenJDK 13 stable #84

Closed TyPh00nCdr closed 4 years ago

TyPh00nCdr commented 4 years ago

Can we get the latest stable versions of AdoptOpenJDK 13? Currently only the nightlies of Adopt13 are provided and adoptopenjdk-hotspot.json & adoptopenjdk-openj9.json are still stuck at JDK 12.

ParkerM commented 4 years ago

I've also been waiting on this for a while, so I submitted #85 to add the adopt13-* releases.
The PR doesn't include updates for adoptopenjdk-hotspot or adoptopenjdk-openj9 yet, as there's a bit of a parity issue since 32-bit HotSpot builds are not yet available for v13.0.1+9.

TyPh00nCdr commented 4 years ago

The x86-32 v13.0.1+9 builds appear to be released for Hotspot now. It appears, OpenJ9 never had x86-32 builds.

ParkerM commented 4 years ago

Cool, I updated the HotSpot versions in the PR so they should all be at 13.0.1+9 now 👍.

It looks like there's minimal changes required to move the adoptopenjdk-hotspot and adoptopenjdk-openj9 manifests over to 13, but I'm not sure if the maintainers have a particular workflow or schedule for doing so.