8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
major_versions
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
Hello,
The major_versions doesn't return unmaintained java versions at all even with maintained flag equals false.
maintained
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.
The text was updated successfully, but these errors were encountered:
You are right...fix is on the way...thx for the heads up
Sorry, something went wrong.
No branches or pull requests
Hello,
The
major_versions
doesn't return unmaintained java versions at all even withmaintained
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
Regards,
Mohamed.
The text was updated successfully, but these errors were encountered: