This is an automated email from the ASF dual-hosted git repository.

apupier 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 badc713b CAMEL-22164 - dashed notation has been removed in 4.12
badc713b is described below

commit badc713bdaec19a2475f04a6c758513c93c55bb1
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Tue Jun 10 17:15:44 2025 +0200

    CAMEL-22164 - dashed notation has been removed in 4.12
    
    Signed-off-by: Aurélien Pupier <apup...@redhat.com>
---
 routes-configuration/src/main/resources/myerror/yaml-error.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/routes-configuration/src/main/resources/myerror/yaml-error.yaml 
b/routes-configuration/src/main/resources/myerror/yaml-error.yaml
index 2ae8c64b..62935d22 100644
--- a/routes-configuration/src/main/resources/myerror/yaml-error.yaml
+++ b/routes-configuration/src/main/resources/myerror/yaml-error.yaml
@@ -15,10 +15,10 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
-- route-configuration:
+- routeConfiguration:
     id: "yamlError"
-    on-exception:
-    - on-exception:
+    onException:
+    - onException:
         handled:
           constant: "true"
         exception:

Reply via email to