foojayio / discoapi

The foojay discovery api (discoapi) is made to discover java packages (jre/jdk) from different distributions.
GNU General Public License v2.0
106 stars 12 forks source link

Disco API doesn't contain Liberica Native 22.2 and 21.3.3 #63

Closed strizhik closed 1 year ago

strizhik commented 1 year ago

Hi!

Looks like https://api.foojay.io/disco/v3.0/distributions doesn't contain 22.2.0 and 21.3.3 versions for Liberica Native: Current response (snippet):


{
      "name": "Liberica Native",
      "api_parameter": "liberica_native",
      "maintained": true,
      "official_uri": "https://bell-sw.com/",
      "synonyms": [
         "liberica_native",
         "LIBERICA_NATIVE",
         "libericaNative",
         "LibericaNative",
         "liberica native",
         "LIBERICA NATIVE",
         "Liberica Native"
      ],
      "versions": [
         "22.1",
         "22.0.0.2",
         "21.3.2",
         "21.3.1",
         "21.3",
         "21.2",
         "21.1",
         "21.0.0.2"
      ]
}
HanSolo commented 1 year ago

Will directly check it, thx for the heads up

HanSolo commented 1 year ago

You are right these pkgs seems to be missing, will fix it and will let you know as soon as the fix will be in production.

HanSolo commented 1 year ago

Fixed the problem and deployed it to production, it might take up to 24h before the new pkgs will appear.

sdeleuze commented 1 year ago

I see the packages in https://api.foojay.io/disco/v3.0/packages?distro=liberica_native now, thanks for the fix.

strizhik commented 1 year ago

Thanks for the fix.