This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 26630ee60af2 CAMEL-22590: camel-jbang - The launcher should not 
include the edit plugin as it contains out of date dependencies.
26630ee60af2 is described below

commit 26630ee60af2cf54b6d64014acfc9e5e4cc0f507
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Oct 23 12:37:46 2025 +0200

    CAMEL-22590: camel-jbang - The launcher should not include the edit plugin 
as it contains out of date dependencies.
---
 .../user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_16.adoc | 4 ++++
 dsl/camel-jbang/camel-launcher/pom.xml                              | 6 +-----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_16.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_16.adoc
index 59049c6546d6..6bfd67ca7d16 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_16.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_16.adoc
@@ -51,6 +51,10 @@ Should use the 
https://infinispan.org/docs/stable/titles/query/query.html#ickle-
             = qf -> qf.query("FROM sample_bank_account.User WHERE name LIKE 
'CQ%'");
 ----
 
+=== camel-jbang
+
+The `camel-launcher` binary no longer include the `edit` plugin commands.
+
 === camel-milo
 
 The camel-milo component has been upgraded to use Eclipse Milo 1.0.5, which 
includes several breaking API changes:
diff --git a/dsl/camel-jbang/camel-launcher/pom.xml 
b/dsl/camel-jbang/camel-launcher/pom.xml
index 82cea69f2b02..490a6b779acd 100644
--- a/dsl/camel-jbang/camel-launcher/pom.xml
+++ b/dsl/camel-jbang/camel-launcher/pom.xml
@@ -65,11 +65,7 @@
         </dependency>
 
         <!-- Pre-installed plugins -->
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-jbang-plugin-edit</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+        <!-- the edit plugin is not pre-installed -->
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-jbang-plugin-generate</artifactId>

Reply via email to