AdoptOpenJDK/openjdk-api

api for mac JDK11 does not work

llxia opened this issue · 3 comments

llxia commented

I can download mac JDK8 using the link below.

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

But JDK11 gave me Multiple binaries match request:
https://api.adoptopenjdk.net/v2/binary/nightly/openjdk11?openjdk_impl=openj9&os=mac&arch=x64&release=latest&type=jdk&heap_size=normal

Multiple binaries match request: [ { "os": "mac", "architecture": "x64", "binary_type": "jdk", "openjdk_impl": "openj9", "binary_name": "OpenJDK11U-jdk_x64_mac_openj9_2018-12-03-09-54.tar.gz", "binary_link": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk11u-2018-12-03-09-54/OpenJDK11U-jdk_x64_mac_openj9_2018-12-03-09-54.tar.gz", "binary_size": 181064375, "checksum_link": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk11u-2018-12-03-09-54/OpenJDK11U-jdk_x64_mac_openj9_2018-12-03-09-54.tar.gz.sha256.txt", "version": "11", "heap_size": "normal", "download_count": 5, "updated_at": "2018-12-03T09:56:45Z" }, { "os": "mac", "architecture": "x64", "binary_type": "jdk", "openjdk_impl": "openj9", "binary_name": "OpenJDK11U-jdk_x64_mac_openj9_macosXL_2018-12-03-09-54.tar.gz", "binary_link": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk11u-2018-12-03-09-54/OpenJDK11U-jdk_x64_mac_openj9_macosXL_2018-12-03-09-54.tar.gz", "binary_size": 181041103, "checksum_link": "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk11u-2018-12-03-09-54/OpenJDK11U-jdk_x64_mac_openj9_macosXL_2018-12-03-09-54.tar.gz.sha256.txt", "version": "11", "heap_size": "normal", "download_count": 0, "updated_at": "2018-12-03T09:56:54Z" } ]

I think its related to this:
adoptium/temurin-build#588

I think its related to this:
AdoptOpenJDK/openjdk-build#588

It is indeed

Resolved in recent PR