[
https://issues.apache.org/jira/browse/CAMEL-21519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17903622#comment-17903622
]
Claus Ibsen commented on CAMEL-21519:
-------------------------------------
Okay so its the jackson
mapper.enable(YAMLGenerator.Feature.MINIMIZE_QUOTES);
We can turn of mimimizing quotes, but then the dump will contain a lot more
quoted text
> 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: Bug
> 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)