Latest Corretto JDK 8 builds not returned

Open
#154 15 comments 0 reactions 1 assignee View on GitHub

@HanSolo is already working on this.

Since May 5, 2026.

Assessment

This issue has not been assessed yet.

Description

bug

The two most recent Corretto JDK 8 builds 8.0.492+9 (released in April 2026) & 8.0.482+8 (released in January 2026) are not reported by Foojay; it has stopped reporting any Corretto JDK 8 builds after 8.0.472+8 (released in October 2025).

This impacts tools such as SDKMAN, which are unable to present the latest Corretto JDK 8 builds (see sdkman/sdkman-candidates#89).

$ curl -X 'GET' \
  'https://api.foojay.io/disco/v3.0/distributions/corretto' \
  -H 'accept: application/json'

{
  "result":[
  {
  "name":"Corretto",
  "api_parameter":"corretto",
  "vendor":"amazon",
  "maintained":true,
  "available":true,
  "build_of_openjdk":true,
  "build_of_graalvm":false,
  "official_uri":"https://aws.amazon.com/de/corretto/",
  "versions": [
...
    "8.0.472+8",
    "8.0.462+8",
    "8.0.452+9",
    "8.0.442+6",
    "8.0.432+6",
    "8.0.422+5",
    "8.0.412+8",
    "8.0.402+8",
    "8.0.402+7",
    "8.0.402+6",
    "8.0.392+8",
    "8.0.382+5",
    "8.0.372+7",
    "8.0.362+8",
    "8.0.352+8",
    "8.0.342+7",
    "8.0.332+8",
    "8.0.322+6",
    "8.0.312+7",
    "8.0.302+8",
    "8.0.292+10",
    "8.0.282+8",
    "8.0.275+1",
    "8.0.272+10",
    "8.0.265+1",
    "8.0.262+10",
    "8.0.252+9",
    "8.0.242+8",
    "8.0.242+7",
    "8.0.232+9",
    "8.0.222+10",
    "8+472",
    "8+462",
    "8+452",
    "8+442",
    "8+432",
    "8+422",
    "8+412",
    "8+402",
    "8+392",
    "8+382",
    "8+372",
    "8+362",
    "8+352",
    "8+342",
    "8+332",
    "8+322",
    "8+312",
    "8+302",
    "8+292",
    "8+282",
    "8+275",
    "8+272",
    "8+265",
    "8+262",
    "8+252",
    "8+242",
    "8+232",
    "8+222",
    "8"
  ]
}
  ],
  "message":""
Dominant language
Java
Stars
154
Forks
18
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from foojayio/discoapi

All issues in foojayio/discoapi

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.