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 7f17e2bbc3be CAMEL-22682: camel-jbang - update docs
7f17e2bbc3be is described below

commit 7f17e2bbc3be7568898102aa15cd03d30581ad9e
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Nov 11 18:57:30 2025 +0100

    CAMEL-22682: camel-jbang - update docs
---
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index d69111822c53..2278917229ac 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -465,9 +465,8 @@ camel cmd load --source=bar.java
 
 You can load any of the DSLs such as Java, XML, or YAML.
 
-NOTE: At the moment, the `load` command is only adding new, so if you load the 
same a 2nd time, then Camel
-will add this as a new duplicate route. This may be improved in the future to 
make the `load` command
-able to detect a previous file and do a remote and add operation.
+IMPORTANT: Assign _ids_ to your routes so the `load` command would detect a 
previous loaded route (when you update),
+to avoid adding the same route as a duplicate.
 
 TIP: There is a `--restart` option to tell Camel to restart all routes after 
the new route is loaded.
 

Reply via email to