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 8745711  CAMEL-13798: additional title fixes
     new daf9d25  CAMEL-13854: camel-microprofile-config: service file point to 
the wrong class
     new 43643fd  CAMEL-13855: camel-microprofile-config: discover properties 
sources from registry
     new 91c40c9  CAMEL-13856: camel-microprofile-config: sould have an option 
to enable/disable automatic lookup of properties sources
     new e2564f3  CAMEL-13857: camel-microprofile-config: should implement 
LoadablePropertiesSource
     new 43389ad  CAMEL-13858: camel-properties: load properties should iterate 
through loadable property source in reverse order
     new 08c6192  CAMEL-13859: came-properties: allow to filter properties by 
key when loading all
     new 8b25edf  CAMEL-13860: camel-properties: get[Inital|Override]Properties 
should never return null

The 7 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:
 components/camel-microprofile-config/pom.xml       |   5 +
 .../config/CamelMicroProfilePropertiesSource.java  |  49 ++++++-
 .../org/apache/camel/properties-source-factory     |   2 +-
 .../CamelMicroProfilePropertiesSourceTest.java     |  47 +++++--
 .../src/main/docs/properties-component.adoc        |   3 +-
 .../AbstractLocationPropertiesSource.java          |  14 ++
 .../component/properties/PropertiesComponent.java  | 116 ++++++++++++++---
 .../apache/camel/spi/LoadablePropertiesSource.java |   9 ++
 .../org/apache/camel/spi/PropertiesComponent.java  |  16 ++-
 .../PropertiesComponentPropertiesSourceTest.java   | 145 +++++++++++++++++++++
 .../PropertiesComponentConfiguration.java          |  14 ++
 11 files changed, 384 insertions(+), 36 deletions(-)
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/component/properties/PropertiesComponentPropertiesSourceTest.java

Reply via email to