foojayio / foojayio/discoapi

`major_versions` endpoint doesn't return unmaintained versions

Open
#114 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
154
Forks
17
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.