You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/03/05 09:14:00 UTC

[jira] [Resolved] (CAMEL-13288) Properties component - Add support for lookup exact by key, and mixed dashed vs camel case

     [ https://issues.apache.org/jira/browse/CAMEL-13288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-13288.
---------------------------------
    Resolution: Implemented

This was already supported as we allow to lookup the setter with dash to camel case style naming.

> 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
>            Priority: Major
>             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)