-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarkus CLI failes to resolve extension catalog on created app as expected checksum is empty string #32266
Quarkus CLI failes to resolve extension catalog on created app as expected checksum is empty string #32266
Comments
/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? |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as off-topic.
This comment was marked as off-topic.
@aloubyansky the current behavior is to return |
@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
The text was updated successfully, but these errors were encountered: