You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/04/21 12:16:00 UTC

[camel-examples] branch main updated: Fixed example due yaml dsl change

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 <cl...@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