[
https://issues.apache.org/jira/browse/CAMEL-21519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-21519.
---------------------------------
Resolution: Won't Fix
> camel-jbang - camel transform route - Expression should be quoted
> -----------------------------------------------------------------
>
> Key: CAMEL-21519
> URL: https://issues.apache.org/jira/browse/CAMEL-21519
> Project: Camel
> Issue Type: Improvement
> Components: camel-jbang
> Affects Versions: 4.8.1
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 4.8.3, 4.10.0
>
>
> When dumping to yaml dsl then expression values should be in quoted text
>
> Fails
> - setHeader:
> name: Exchange.HTTP_RESPONSE_CODE
> constant:
> expression: 404
> Works
> - setHeader:
> name: Exchange.HTTP_RESPONSE_CODE
> constant:
> expression: "404"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)