[
https://issues.apache.org/jira/browse/CAMEL-7710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Terris Linenbach updated CAMEL-7710:
------------------------------------
Description:
I'm using Spring DSL. This is not very simple:
{noformat}${body} == ${properties:version}{noformat}
This is simpler:
{noformat}${body} == {{maxDepth}}{noformat}
was:
I'm using Spring DSL. This is not very simple:
{noformat}${body} == ${properties:version}{noformat}
However, this is:
{noformat}${body} == {{maxDepth}}{noformat}
> simple: Use standard {{ }} syntax to reference values in properties files
> -------------------------------------------------------------------------
>
> Key: CAMEL-7710
> URL: https://issues.apache.org/jira/browse/CAMEL-7710
> Project: Camel
> Issue Type: Improvement
> Components: camel-script
> Reporter: Terris Linenbach
> Assignee: Claus Ibsen
>
> I'm using Spring DSL. This is not very simple:
> {noformat}${body} == ${properties:version}{noformat}
> This is simpler:
> {noformat}${body} == {{maxDepth}}{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)