Is there a reason why the API doesn't currently return EA releases?
The https://api.adoptium.net/v3/info/available_releases mentions "most_recent_feature_version": 27 and "tip_version": 27 but doesn't actually return any information for that version (neither does it for 26, as of this date).
For services like https://joschi.github.io/java-metadata that try to maintain an index of all available JDKs published by all major vendors it would be really useful (right now this service doesn't include EA releases for Temurin and AdoptOpenJDK because of this reason)
Is there a reason why the API doesn't currently return EA releases?
The https://api.adoptium.net/v3/info/available_releases mentions
"most_recent_feature_version": 27and"tip_version": 27but doesn't actually return any information for that version (neither does it for 26, as of this date).For services like https://joschi.github.io/java-metadata that try to maintain an index of all available JDKs published by all major vendors it would be really useful (right now this service doesn't include EA releases for Temurin and AdoptOpenJDK because of this reason)