Simple language - Add support for nested functions
--------------------------------------------------
Key: CAMEL-4445
URL: https://issues.apache.org/jira/browse/CAMEL-4445
Project: Camel
Issue Type: New Feature
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 2.9.0
With the improved parser we can add support for nesting functions.
For example people may want to lookup from a properties file using a key from a
header
{code}
.setHeader("myHeader").simple("${properties:${header.beer}}")
{code}
There has been other reports in the community for nested functions when
defining the properties component in use.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira