This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from cf11bea  Merge pull request #2978 from claudio4j/twitter_search_fix
     new 071fdb3  CAMEL-13650: Properties component - loadProperties to return 
properties in order
     new f480c67  CAMEL-13650: Properties component - loadProperties to return 
properties in order
     new cdb4438  CAMEL-13650: Properties component - loadProperties to return 
properties in order

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../properties/DefaultPropertiesResolver.java      |  13 +--
 .../component/properties/PropertiesComponent.java  |   7 +-
 .../spi/BridgePropertyPlaceholderConfigurer.java   |   2 +-
 .../PropertiesComponentLoadPropertiesTest.java     |  18 ++++
 .../org/apache/camel/util/OrderedProperties.java   | 114 +++++++++++++++++++++
 .../apache/camel/util/OrderedPropertiesTest.java   |  74 +++++++++++++
 .../src/test/resources/application.properties      |   0
 7 files changed, 218 insertions(+), 10 deletions(-)
 create mode 100644 
core/camel-util/src/main/java/org/apache/camel/util/OrderedProperties.java
 create mode 100644 
core/camel-util/src/test/java/org/apache/camel/util/OrderedPropertiesTest.java
 copy core/{camel-main => camel-util}/src/test/resources/application.properties 
(100%)

Reply via email to