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 2022/12/12 21:01:42 UTC

[camel-examples] branch main updated: CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml schema. Fixed route-configuration to be correct.

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 696d313e CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml schema. Fixed route-configuration to be correct.
696d313e is described below

commit 696d313ef98ad5ecca658fefd829fab574ca8ed0
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 12 22:01:34 2022 +0100

    CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml schema. Fixed route-configuration to be correct.
---
 .../routes-configuration/src/main/resources/myerror/yaml-error.yaml    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/routes-configuration/src/main/resources/myerror/yaml-error.yaml b/examples/routes-configuration/src/main/resources/myerror/yaml-error.yaml
index 44c08247..2ae8c64b 100644
--- a/examples/routes-configuration/src/main/resources/myerror/yaml-error.yaml
+++ b/examples/routes-configuration/src/main/resources/myerror/yaml-error.yaml
@@ -16,7 +16,8 @@
 ## ---------------------------------------------------------------------------
 
 - route-configuration:
-    - id: "yamlError"
+    id: "yamlError"
+    on-exception:
     - on-exception:
         handled:
           constant: "true"