-
Bug
-
Resolution: Unresolved
-
Critical
-
3.15-Interstellar.GA, 3.15.1.CR1
-
False
-
None
-
False
-
Release Notes
-
Release Notes
-
+
-
Known Issue
-
-
-
---
-
-
After QUARKUS-5048 TLS Plugin is now productized, that means when Quarkus CLI is used in the RHBQ application, it tries to use productized version of the plugin and fails because plugin repositories configured in the ~/.m2/ settings.xml are ignored and productized plugin is looked up in the Maven central, where it is missing. And Quarkus does not configure additional repositories as specified in the reference https://www.jbang.dev/documentation/guide/latest/dependencies.html#repositories.
Error message that user receives when tries to use the TLS command:
[jbang] Resolving dependencies... [jbang] io.quarkus:quarkus-tls-registry-cli:3.15.1.redhat-00003 [jbang] [ERROR] Could not resolve dependencies: The following artifacts could not be resolved: io.quarkus:quarkus-tls-registry-cli:jar:3.15.1.redhat-00003 (absent): Could not find artifact io.quarkus:quarkus-tls-registry-cli:jar:3.15.1.redhat-00003 in central (https://repo1.maven.org/maven2/) [jbang] Run with --verbose for more details [hudson@vavrik-quarkus-qe-debug tls-command-test]$ quarkus tls generate-quarkus-ca --truststore -r --verbose /home/hudson/.jbang/bin/jbang io.quarkus:quarkus-tls-registry-cli:3.15.1.redhat-00003 generate-quarkus-ca --truststore -r --verbose[jbang] Resolving dependencies... [jbang] io.quarkus:quarkus-tls-registry-cli:3.15.1.redhat-00003 [jbang] [ERROR] Could not resolve dependencies: The following artifacts could not be resolved: io.quarkus:quarkus-tls-registry-cli:jar:3.15.1.redhat-00003 (absent): Could not find artifact io.quarkus:quarkus-tls-registry-cli:jar:3.15.1.redhat-00003 in central (https://repo1.maven.org/maven2/) [jbang] Run with --verbose for more details
- is caused by
-
QUARKUS-5215 Artifact quarkus-tls-registry-cli is a shaded jar but has issues with dependency resolution by jbang
- New
-
QUARKUS-5216 quarkus-tls-registry should declare its CLI plugin as fatjar
- New
- relates to
-
QUARKUS-5217 CLI and jbang used by CLI experience does not take into account product Maven repository
- New
- mentioned on