-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all versions returned in available_releases
have a corresponding binary
#922
Comments
The same issue. Please, fix that |
IIRC - There is no Java 8 binary for Mac OS X (Silicon) that we release, so this is a bug in our API filtering. |
It is not a bug, the Platform specific release information can be retrieved from, for example, the curl -X 'GET' 'https://api.adoptium.net/v3/info/release_names?architecture=aarch64&os=mac&image_type=jdk&release_type=ga' |
Calculating this page for an arbitrary set of user supplied filters would be potentially a comparatively expensive operation, and I am not sure if it offers a significant increase in functionality that other endpoints don't already make available, such as the |
An update to our API docs then? |
Describe the bug
For aarch64+mac (mac m2 devices), there is no release of feature version 8, which results in an inconsistency between the binary api and the available_releases api
Maybe add some filters to the
available_releases
api?To Reproduce
Steps to reproduce the behavior:
available_releases
apiExpected behavior
Either build the version or add filters to the available releases api
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: