[
https://issues.apache.org/jira/browse/CAMEL-24547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18109105#comment-18109105
]
Andrea Cosentino commented on CAMEL-24547:
------------------------------------------
PR opened: https://github.com/apache/camel/pull/25866
Aligns all four Kamelets pins on 4.22.0: parent/pom.xml
(camel-kamelets-catalog-version, 4.21.0),
dsl/camel-jbang/camel-launcher/pom.xml (camel-kamelets-version, 4.20.0) and the
two CamelJBang.java launcher scripts (4.21.0). Full reactor build is green
(690/690 modules).
_Claude Code on behalf of oscerd_
> camel-jbang - Upgrade Camel Kamelets to 4.22.0
> ----------------------------------------------
>
> Key: CAMEL-24547
> URL: https://issues.apache.org/jira/browse/CAMEL-24547
> Project: Camel
> Issue Type: Task
> Components: camel-jbang
> Reporter: Andrea Cosentino
> Assignee: Andrea Cosentino
> Priority: Minor
> Fix For: 4.23.0
>
>
> Apache Camel Kamelets 4.22.0 has been released. The Camel CLI and the
> launcher still pin older Kamelets releases, and the pins have drifted apart
> from each other:
> * {{parent/pom.xml}} -> {{camel-kamelets-catalog-version}} is 4.21.0. This
> property feeds the generated {{RuntimeType.KAMELETS_VERSION}} and
> {{KameletCatalogHelper.KAMELETS_VERSION}} constants, which are the fallback
> Kamelets version used by {{camel run}}, {{camel export}}, {{camel catalog
> kamelet}}, {{camel doc}} etc. when {{--kamelets-version}} is not given and no
> camel-kamelets JAR is on the classpath. It also pins the catalog JAR embedded
> in the {{camel-jbang-plugin-edit}} plugin.
> * {{dsl/camel-jbang/camel-launcher/pom.xml}} -> {{camel-kamelets-version}} is
> 4.20.0, so the launcher distribution bundles a two-release-old camel-kamelets
> JAR.
> * {{dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java}}
> and {{dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java}} -> the {{//DEPS
> org.apache.camel.kamelets:camel-kamelets}} default is 4.21.0, while the
> camel-bom / camel-jbang-core defaults in the same files are already 4.22.0.
> Align all of them to Kamelets 4.22.0.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)