[ 
https://issues.apache.org/jira/browse/CAMEL-13650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16865797#comment-16865797
 ] 

John Poth commented on CAMEL-13650:
-----------------------------------

Should have been fixed with 
https://github.com/apache/camel/commit/684378fcfd5a4e57a6290761bc7a5faaf43c9805

> Properties component - loadProperties to return properties in order
> -------------------------------------------------------------------
>
>                 Key: CAMEL-13650
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13650
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.0.0, 3.0.0.M4
>
>
> The API
>     Properties loadProperties();
>     Properties loadProperties(String... locations);
> But the Properties is a Hashtable that is unordered, but it would be better 
> if we could get this as Map so we can use LinkedHashMap so they are in order. 
> This would work better with the order the end users may define in their 
> application.properties files etc
> camel.component.jms.configuration.connectionFactory=#class:org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory
> camel.component.jms.configuration.connectionFactory.brokerUrl=localhost:61616



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to