AdoptOpenJDK / openjdk-api

DEPRECATED and replaced by of https://github.com/AdoptOpenJDK/openjdk-api-v3 - See README
https://api.adoptopenjdk.net/README
Apache License 2.0
15 stars 15 forks source link

api for jdk8 is broken #144

Closed llxia closed 5 years ago

llxia commented 5 years ago

The following link used to work, but it gives error Multiple binaries match request now:

https://api.adoptopenjdk.net/v2/binary/nightly/openjdk8?openjdk_impl=openj9&os=linux&arch=x64&release=latest&type=jdk&heap_size=normal

Similar URL for jdk11 works as expected: https://api.adoptopenjdk.net/v2/binary/nightly/openjdk11?openjdk_impl=openj9&os=linux&arch=x64&release=latest&type=jdk&heap_size=normal

johnoliver commented 5 years ago

This is really a build issue as the large heap build tags are broken and the api cant understand the new file name format

gdams commented 5 years ago

@johnoliver how quickly can this be resolved?

johnoliver commented 5 years ago

probably will be at least next week, not much time at the moment. My latest monster pull request probably fixes this, but I dont want to merge that yet as it is quite a big change. You can fix the github release, but this will just break tomorrow when the next nightly goes out

johnoliver commented 5 years ago

Actually I tell a lie, have fixed it, should work now. Have disabled XL builds until we get the tagging fixed.

llxia commented 5 years ago

Thanks. Close this issue as the link works now.