Properties Component - Add support for property name prefix/suffix ------------------------------------------------------------------
Key: CAMEL-4520 URL: https://issues.apache.org/jira/browse/CAMEL-4520 Project: Camel Issue Type: Improvement Components: camel-core Reporter: David Valeri Assignee: David Valeri Priority: Minor Add the ability to have static prefix and suffix strings for the properties component. This feature reduces typing when using the placeholders as a prefix of "com.example.app" can be used to reduce com.example.app.db.url com.example.app.db.username com.example.app.db.password to db.url db.username db.password when used in the DSL. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira