Claus Ibsen created CAMEL-24325:
-----------------------------------
Summary: camel-jbang - Export with --runtime quarkus ignores
-Dcamel.jbang.quarkus.platform.url system property
Key: CAMEL-24325
URL: https://issues.apache.org/jira/browse/CAMEL-24325
Project: Camel
Issue Type: Bug
Reporter: Claus Ibsen
Fix For: 4.18.4
The -Dcamel.jbang.quarkus.platform.url system property is ignored when
exporting with --runtime quarkus since Camel 4.18.3.
The regression was introduced by CAMEL-23828, which added an if (quarkusVersion
== null) guard to skip registry resolution when an explicit version is
provided. However, this guard also prevents resolution when a custom platform
URL is configured via -D flag — the registry is never queried, and the default
version is used instead, which fails with Red Hat groupId/artifactId.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)