-
Notifications
You must be signed in to change notification settings - Fork 30
Upstream OpenJDK 11 EA link not working #319
Comments
@johnoliver Do we need a similar fix to JFR for this? 37567ef Thoughts? |
#187 seems related. |
I think this is a bug in classifying upstream binaries, if you look at:
|
Yes, agreed. It should be |
Have you considered that a Shenandoah JDK would be both: Project Anyway, if it helps the matter, sure, make it a project. |
Project is there to effectively distinguish between the |
Right. Shenandoah is in the mainline JDK project. Also in mainline jdk-updates/jdk11u :) So it wouldn't be a fork as such. Perhaps a better model going forward (API v4?) would be to have a |
@zakkak This seems to be working as expected again:
|
Describe the bug
https://api.adoptopenjdk.net/v3/binary/latest/11/ea/linux/x64/jdk/hotspot/normal/openjdk does not link to latest OpenJDK 11 upstream EA binary.
To Reproduce
Run:
Expected behavior
openjdk.tar.gz
should be created and contain the latest EA release of upstream OpenJDK 11.Device (please complete the following information):
Additional context
returns:
Shenandoah builds were recently added to https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/tag/jdk-11.0.10%2B3 and it looks like some filtering needs to be done to prevent this error and introduce a new
hostspot-shenandoah
variant or similar.The text was updated successfully, but these errors were encountered: