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 46c7ae5d42e Update camel-4x-upgrade-guide-4_4.adoc
46c7ae5d42e is described below

commit 46c7ae5d42e79c2ad910042bcbc662a1010f28c2
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Mar 1 13:05:54 2024 +0100

    Update camel-4x-upgrade-guide-4_4.adoc
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
index 8c2abc95360..43c1ed7587f 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
@@ -125,7 +125,7 @@ And the option `camel.main.routeControllerSuperviseEnabled` 
has been renamed to
 
 All kamelets are now turned off error handling in the route templates. This is 
done to make using kamelets
 the same as calling a regular Camel component endpoint. Backwards mode can be 
enabled by setting `noErrorHandler=false`
-on the `KameletComponent` or as URI parameter 
`to("kamelet:http-sink?noErrorHandler=true&uri=xxxxx")`.
+on the `KameletComponent` or as URI parameter 
`to("kamelet:http-sink?noErrorHandler=false&uri=xxxxx")`.
 
 === camel-azure-cosmosdb
 

Reply via email to