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 d342e006730 CAMEL-20018: camel-yaml-dsl - Remove deprecated support
for kebab-case in DSL
d342e006730 is described below
commit d342e00673003fd005404e7b93a47d01ddfdb1a6
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed May 28 15:34:23 2025 +0200
CAMEL-20018: camel-yaml-dsl - Remove deprecated support for kebab-case in
DSL
---
.../camel-jbang-plugin-kubernetes/src/test/resources/route-service.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/test/resources/route-service.yaml
b/dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/test/resources/route-service.yaml
index 912cbf1cd2a..3bad594adf8 100644
---
a/dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/test/resources/route-service.yaml
+++
b/dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/test/resources/route-service.yaml
@@ -18,5 +18,5 @@
- from:
uri: 'platform-http:/roll-dice'
steps:
- - set-body:
+ - setBody:
simple: 'roll: $simple{random(1,7)}'