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/06/16 06:14:00 UTC

[jira] [Created] (CAMEL-13650) Properties component - loadProperties to return properties in order

Claus Ibsen created CAMEL-13650:
-----------------------------------

             Summary: 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
             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)