Andrea Cosentino created CAMEL-24547:
----------------------------------------
Summary: 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
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)