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-examples.git
The following commit(s) were added to refs/heads/main by this push: new 8f8ac80 Fixed example due yaml dsl change 8f8ac80 is described below commit 8f8ac80c397e6082ad3d75ea72f83e55c3eb53b8 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Apr 21 14:15:47 2021 +0200 Fixed example due yaml dsl change --- examples/routeloader/src/main/resources/myroutes/my-yaml-route.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/routeloader/src/main/resources/myroutes/my-yaml-route.yaml b/examples/routeloader/src/main/resources/myroutes/my-yaml-route.yaml index c218c8f..74860cf 100644 --- a/examples/routeloader/src/main/resources/myroutes/my-yaml-route.yaml +++ b/examples/routeloader/src/main/resources/myroutes/my-yaml-route.yaml @@ -22,6 +22,6 @@ simple: "Timer fired ${header.CamelTimerCounter} times" - to: uri: "log:yaml" - properties: + parameters: show-body-type: false show-exchange-pattern: false