You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/10/01 13:20:35 UTC

[GitHub] davsclaus opened a new issue #142: Allow to use dash syntax in configuring component properties

davsclaus opened a new issue #142: Allow to use dash syntax in configuring component properties
URL: https://github.com/apache/camel-k/issues/142
 
 
   The new support for configuring components properties is nice.
   https://github.com/apache/camel-k#configure-integration-components
   
   It would be good if we can use the dash syntax as well, as it looks nicer when in lower-case and also what Spring Boot uses
   
   So we support both styles with
   
       camel.component.seda.queueSize = 10
       camel.component.seda.queue-size = 10
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services