foojayio / discoapi

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

package endpoint returns empty string for architecture #40

Closed marchof closed 3 years ago

marchof commented 3 years ago

Our sync with javaalmanac.io started failing a couple of days ago due to empty architecture values in the response to this request:

https://api.foojay.io/disco/v2.0/packages?version=17-ea&distro=oracle_open_jdk&latest=available

geertjanw commented 3 years ago

Gerrit will check and get back to you ASAP.

HanSolo commented 3 years ago

Yep I also saw that and it is already fixed in the codebase and will go to production soon.

HanSolo commented 3 years ago

Should be fixed with latest deployment.

marchof commented 3 years ago

Confirmed. Thanks!