quarkusio / registry.quarkus.io

Quarkus Extension Registry application
https://registry.quarkus.io
Apache License 2.0
10 stars 11 forks source link

Using an invalid version as a target Quarkus version returns 204 #183

Closed gastaldi closed 1 year ago

gastaldi commented 1 year ago

The URL is OK. It is using 999-SNAPSHOT as a target Quarkus version. @gastaldi this looks like a registry issue, could you have a look, please? https://registry.quarkus.io/maven/io/quarkus/registry/quarkus-platforms/1.0-SNAPSHOT/quarkus-platforms-1.0-SNAPSHOT-999-SNAPSHOT.json results in an empty file, as well as the sha1 checksum for it. It should simply return 404 in case the version isn't recognized.

Originally posted by @aloubyansky in https://github.com/quarkusio/quarkus/issues/32266#issuecomment-1490920690