[
https://issues.apache.org/jira/browse/CAMEL-13650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16865760#comment-16865760
]
Colm O hEigeartaigh commented on CAMEL-13650:
---------------------------------------------
[~davsclaus] - looks like this could have caused the failing tests on master
with JDK 11? https://builds.apache.org/job/Camel%20JDK11/job/master/187/
> 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)