jenkins-infra / crawler

tools crawler
26 stars 65 forks source link

[JENKINS-62013] - Switched to v3 rest api #93

Closed hrmohr closed 3 years ago

hrmohr commented 3 years ago

Currently the v2 api is not returning all releases. This PR switches to v3 which solves this problem.

Also all HotSpot releases are grouped together instead of alternating between HotSpot/OpenJ9 in the list.

hrmohr commented 3 years ago

Thank you very much for approving this so fast. Unfortunately a subtle bug was introduced that produces a feed that's incompatible with the current plugin.

Could you please have a look at #94 ?