Claus Ibsen created CAMEL-13288:
-----------------------------------
Summary: Properties component - Add support for lookup exact by
key, and mixed dashed vs camel case
Key: CAMEL-13288
URL: https://issues.apache.org/jira/browse/CAMEL-13288
Project: Camel
Issue Type: New Feature
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 3.0.0, 3.0.0-M2
So you can define property placeholders using a dashed style
https://github.com/apache/camel/blob/master/components/camel-jms/src/main/docs/jms-component.adoc
For example to set the JMS component option you can do:
camel.component.jms.acceptMessagesWhileStopping=true
But would be nice to support dashed style too (ala spring boot)
camel.component.jms.accept-messages-while-stopping=true
This is needed for Camel standalone to make this easier / similar to spring-boot
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)