Add alternative start token for simple language to avoid clash with Spring
PropertyPlaceholder
----------------------------------------------------------------------------------------------
Key: CAMEL-3160
URL: https://issues.apache.org/activemq/browse/CAMEL-3160
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Affects Versions: 2.4.0
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Priority: Minor
Fix For: 2.5.0
When using Spring property placeholders it will scan for ${ } tokens, which is
the same set the Camel Simple language uses.
This makes it harder to configure file endpoints where the file name is a
simple expression because Spring interferes.
So by introducing the $simple{ as alternative start token, we can avoid the
clash.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.