foojayio / discoapi

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

Loom packages have hundreds of `loom` tags #58

Closed marchof closed 2 years ago

marchof commented 2 years ago

Steps to reproduce

Submit this query: https://api.foojay.io/disco/v3.0/packages?distro=oracle_open_jdk&version=19-ea&package_type=jdk&operating_system=linux&architecture=x64,amd64&latest=available

Expected Behavior

For loom builds the feature loom is only reported once.

Actual Behaviour

The loom feature is reported > 500 times.

image

HanSolo commented 2 years ago

Ups…thx for the heads up…will check tomorrow 👍🏻

marchof commented 2 years ago

Not a problem for me at all. I just noticed that this causes huge response payloads.

HanSolo commented 2 years ago

There was a problem with the features in general, not only loom but also panama, valhalla and others. Will be fixed with next deployment.