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:03:51 UTC

[camel-spring-boot-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-spring-boot-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new ae6e2bd  CAMEL-18748: camel-yaml-dsl - Add missing route-configuration in yaml schema. Fixed route-configuration to be correct.
ae6e2bd is described below

commit ae6e2bdfa771a2a80383dd6e5cef6ec2e7e46f03
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 12 22:03:43 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/routes-configuration/src/main/resources/myerror/yaml-error.yaml b/routes-configuration/src/main/resources/myerror/yaml-error.yaml
index 44c0824..2ae8c64 100644
--- a/routes-configuration/src/main/resources/myerror/yaml-error.yaml
+++ b/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"