Closed michalvavrik closed 1 year ago
/cc @ebullient (cli), @maxandersen (cli)
/cc @aloubyansky
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.
Apparently the DB Postgres image in our production server was bumped and that crashed the DB pods. I'm working on it
Database is back up, but the URL is still returning empty, I'm still on it
@aloubyansky the current behavior is to return HTTP/1.1 204 No Content
when the Platform exists but the requested version does not. I'll change it to return 404 instead in this case
@gastaldi didn't the registry change in some way recently? I thought it was working before?
No, it's not the registry. 2.16.2.Final CLI works, so it's a change in the Maven resolver version.
The change was deployed in registry.quarkus.io and I don't see the issue happening. Can you confirm @michalvavrik?
Thanks @gastaldi!
@gastaldi fixed, thank you
Describe the bug
I created app and meant to list extensions, but that's not possible with the 999-SNAPSHOT.
Expected behavior
I can list extensions.
Actual behavior
Command fails.
and warning
How to Reproduce?
Output of
uname -a
orver
Linux
Output of
java -version
openjdk 17.0.4 2022-07-19
GraalVM version (if different from Java)
OpenJDK Runtime Environment GraalVM CE 22.3
Quarkus version or git rev
999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.6
Additional information
No response