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 b48ca298676 CAMEL-21980: camel-jbang - Transform route dump YAML in 
tooling friendly format
b48ca298676 is described below

commit b48ca298676f9a8522f7aa6396c30bc1bd79695a
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Apr 16 17:43:21 2025 +0200

    CAMEL-21980: camel-jbang - Transform route dump YAML in tooling friendly 
format
---
 .../camel-jbang-core/src/test/resources/blueprint-out.yaml     | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

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 dd0c4cc0107..f110c9551df 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
@@ -30,10 +30,12 @@
               beanName: userService
               method: "getUser(${header.id})"
         - filter:
-            simple:
-              expression: "${body} == null"
+            expression:
+              simple:
+                expression: "${body} == null"
             steps:
               - setHeader:
                   name: Exchange.HTTP_RESPONSE_CODE
-                  constant:
-                    expression: 404
\ No newline at end of file
+                  expression:
+                    constant:
+                      expression: 404
\ No newline at end of file

Reply via email to