Skip to content

Latest Corretto JDK 8 builds not returned #154

@norrisjeremy

Description

@norrisjeremy

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":""

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions