Hi there,
((camel 2.9.3, karaf 2.2.9))
Is there a way to use simple/file language expressions in
property-placeholders? Like a properties file with
my.in.uri = file://in/&move=archive/${date:now:yyyyMMdd}/${file:name}
In 2.9.3 that does not work, as I understand it.
I would really love to externalize the complete configuration into the
properties files. I know I could combine simple+variable content in the
blueprint like
<to uri="{{my.out.uri}}_${exchangeId}"/>
but that would defeat the purpose to have one place to configure it all.
Are there any plans to allow simple-language xpressions in future releases?
best regards,
Thomas.