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.git


The following commit(s) were added to refs/heads/main by this push:
     new 3ff7cb59fcd CAMEL-20018: camel-yaml-dsl - Remove deprecated support 
for kebab-case in DSL
3ff7cb59fcd is described below

commit 3ff7cb59fcd0e1170e611c5e97f0cb5a38195b75
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Jun 2 07:25:08 2025 +0200

    CAMEL-20018: camel-yaml-dsl - Remove deprecated support for kebab-case in 
DSL
---
 dsl/camel-jbang/camel-jbang-it/src/test/resources/jbang/it/server.yaml | 2 +-
 dsl/camel-kamelet-main/src/test/resources/my-modeline.yaml             | 2 +-
 dsl/camel-kamelet-main/src/test/resources/my-route.yaml                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-it/src/test/resources/jbang/it/server.yaml 
b/dsl/camel-jbang/camel-jbang-it/src/test/resources/jbang/it/server.yaml
index 63194390823..9fc46e11082 100644
--- a/dsl/camel-jbang/camel-jbang-it/src/test/resources/jbang/it/server.yaml
+++ b/dsl/camel-jbang/camel-jbang-it/src/test/resources/jbang/it/server.yaml
@@ -18,5 +18,5 @@
 - from:
     uri: "platform-http:/hello"
     steps:
-      - set-body:
+      - setBody:
           constant: "Hello World"
diff --git a/dsl/camel-kamelet-main/src/test/resources/my-modeline.yaml 
b/dsl/camel-kamelet-main/src/test/resources/my-modeline.yaml
index d31fad5355a..66f5786ea34 100644
--- a/dsl/camel-kamelet-main/src/test/resources/my-modeline.yaml
+++ b/dsl/camel-kamelet-main/src/test/resources/my-modeline.yaml
@@ -22,7 +22,7 @@
     parameters:
       period: "{{period}}"
     steps:
-      - set-body:
+      - setBody:
           constant: "{{say}} Yaml !!!"
       - transform:
           simple: "${body.toUpperCase()}"
diff --git a/dsl/camel-kamelet-main/src/test/resources/my-route.yaml 
b/dsl/camel-kamelet-main/src/test/resources/my-route.yaml
index 068d775c74a..4735853771f 100644
--- a/dsl/camel-kamelet-main/src/test/resources/my-route.yaml
+++ b/dsl/camel-kamelet-main/src/test/resources/my-route.yaml
@@ -20,7 +20,7 @@
     parameters:
       period: "1000"
     steps:
-      - set-body:
+      - setBody:
           constant: "Hello Yaml !!!"
       - transform:
           simple: "${body.toUpperCase()}"

Reply via email to