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 5fdb524e70d Update docs 5fdb524e70d is described below commit 5fdb524e70da08dac56149e07e4bc64604180509 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Dec 1 14:00:17 2023 +0100 Update docs --- docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc index b402046aea3..6e36e24ba63 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc @@ -2247,7 +2247,9 @@ then you see an error (in red) with stacktrace that hopefully can help you out h === Transforming directly from Camel DSL source In the example above we externalize the transformation into a template file named `transform.json`. -However, its also possible to transform directly in the Camel DSL route. +However, it's possible to transform directly in the Camel DSL route. + +NOTE: Currently Java DSL is not working in --watch mode (reload on change) In the following we cover the json-transform example from: https://github.com/apache/camel-kamelets-examples/tree/main/jbang/json-transform