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 bfb6d51  Fixed CS issues
     new 68a93674 CAMEL-13681: camel-main - Allow ENV variables to configure 
any option
     new e37c4a4  CAMEL-13681: Property binding support should have support for 
ignore case in property keys
     new 13a2457  CAMEL-13681: Property binding support should have support for 
ignore case in property keys
     new 1076cc0  CAMEL-13681: Camel main should ignore case in property keys
     new c2bd36f  CAMEL-13683: camel-main - configuring properties report 
better error if missing JARs on classpathand other mistakes.
     new 7d11d5d  CAMEL-13683: camel-main - Allow to turn of fail fast if 
configuring properties fail
     new ceb0253  CAMEL-13683: camel-main - configuring properties report 
better error if missing JARs on classpathand other mistakes.

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:
 .../properties/DefaultPropertiesParser.java        |  18 +-
 .../main/java/org/apache/camel/CamelContext.java   |   3 +-
 .../camel/support/IntrospectionSupportTest.java    |   2 +-
 .../camel/support/PropertyBindingSupportTest.java  |  51 ++++
 .../camel/main/MainConfigurationProperties.java    |  26 ++
 .../java/org/apache/camel/main/MainSupport.java    | 314 +++++++++++++++------
 .../camel-main-configuration-metadata.json         |   7 +
 .../apache/camel/support/IntrospectionSupport.java |  96 +++++--
 .../camel/support/PropertyBindingSupport.java      | 153 +++++++---
 .../main/java/org/apache/camel/util/IOHelper.java  |  16 ++
 .../META-INF/spring-configuration-metadata.json    |   7 +
 .../META-INF/spring-configuration-metadata.json    |   7 +
 12 files changed, 530 insertions(+), 170 deletions(-)

Reply via email to