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 f9dae5c96b5 doc - camel.jbang keys are reserved
f9dae5c96b5 is described below

commit f9dae5c96b5de5dbfb59e00e2bc749a48a94752e
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jun 22 09:55:16 2022 +0200

    doc - camel.jbang keys are reserved
---
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 876f4ae3b88..cc8cf56bd28 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -155,6 +155,9 @@ And you can also configure Camel components such as 
camel-kafka to declare the U
 camel.component.kafka.brokers=broker1:9092,broker2:9092,broker3:9092
 ----
 
+NOTE: Keys starting with `camel.jbang` are reserved keys that are used by 
Camel JBang internally,
+and as well allow for pre-configuring arguments for Camel JBang commands.
+
 === Downloading JARs over the internet
 
 By default, Camel JBang will automatically resolve dependencies needed to run 
Camel, which is done

Reply via email to