AdoptOpenJDK/openjdk-api

Wrong meta data ("binary_type" and "openjdk_impl") for jdk8u192-b13-0.11.0 and jdk-9+181

kuglo opened this issue · 0 comments

kuglo commented

The response of https://api.adoptopenjdk.net/v2/info/releases/openjdk8?release=jdk8u192-b13-0.11.0 and https://api.adoptopenjdk.net/v2/info/releases/openjdk9?release=jdk-9%2B181
show wrong "openjdk_impl": "jdk" (should be: "openjdk_impl": "openj9") for jdk binaries and wrong "binary_type": "jdk", "openjdk_impl": "jre" (should be "binary_type": "jre", "openjdk_impl": "openj9") for jre binaries.
Filtering like https://api.adoptopenjdk.net/v2/info/releases/openjdk8?type=jre don't show any entries of the jdk8u192-b13-0.11.0 build.

This seems to be a problem of only the latest 8 and 9 builds with openj9. The older builds of openjdk8 and openjdk9 do look right. "binary_type": "jre" or openjdk_impl": "openj9".
Also the releases of openjdk10 and openjdk11 do look right.