8000 `major_versions` endpoint doesn't return unmaintained versions · Issue #114 · foojayio/discoapi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

major_versions endpoint doesn't return unmaintained versions #114

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

Open
mohhmekk opened this issue Jan 30, 2025 · 1 comment
Open

major_versions endpoint doesn't return unmaintained versions #114

mohhmekk opened this issue Jan 30, 2025 · 1 comment

Comments

@mohhmekk
Copy link

Hello,

The major_versions doesn't return unmaintained java versions at all even with maintained flag equals false.

As an example version 22 is not returned at all from the API.

for example:
GET https://api.foojay.io/disco/v3.0/major_versions?maintained=false&include_build=false&include_versions=false

Returns:
{
  "result": [
    {
      "major_version": 24,
      "term_of_support": "STS",
      "maintained": true,
      "early_access_only": true,
      "release_status": "ea"
    },
    {
      "major_version": 23,
      "term_of_support": "STS",
      "maintained": true,
      "early_access_only": false,
      "release_status": "ga"
    },
....
  ],
  "message": ""
}

Regards,
Mohamed.

@HanSolo
Copy link
Collaborator
HanSolo commented Jan 30, 2025

You are right...fix is on the way...thx for the heads up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0