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 d10aabb038ec Fix TransformTest expected output after YAML writer
change (#23434)
d10aabb038ec is described below
commit d10aabb038ec606ac05bb61356185c9b144a8aa5
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu May 21 19:16:30 2026 +0200
Fix TransformTest expected output after YAML writer change (#23434)
The new generated YAML writer from CAMEL-23596 quotes numeric constant
expressions. Update the expected blueprint-out.yaml to match.
Co-authored-by: Claude Opus 4.6 <[email protected]>
---
dsl/camel-jbang/camel-jbang-core/src/test/resources/blueprint-out.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dsl/camel-jbang/camel-jbang-core/src/test/resources/blueprint-out.yaml
b/dsl/camel-jbang/camel-jbang-core/src/test/resources/blueprint-out.yaml
index f110c9551dfb..754bcf2ae5e9 100644
--- a/dsl/camel-jbang/camel-jbang-core/src/test/resources/blueprint-out.yaml
+++ b/dsl/camel-jbang/camel-jbang-core/src/test/resources/blueprint-out.yaml
@@ -38,4 +38,4 @@
name: Exchange.HTTP_RESPONSE_CODE
expression:
constant:
- expression: 404
\ No newline at end of file
+ expression: "404"
\ No newline at end of file