[
https://issues.apache.org/jira/browse/CAMEL-24325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18101246#comment-18101246
]
Claus Ibsen commented on CAMEL-24325:
-------------------------------------
Fixed via https://github.com/apache/camel/pull/25282
> 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
> Priority: Major
> 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)