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 ecffb32  [CAMEL-13511] Introduce a Model interface to hold definitions 
related methods
     new 109685e  CAMEL-13503: Camel main - Allow to configure global and 
common options ala camel-spring-boot have.
     new a3da5d8  CAMEL-13503: Camel main - Allow to configure global and 
common options ala camel-spring-boot have.
     new b41df86  CAMEL-13503: Camel main - Allow to configure global and 
common options ala camel-spring-boot have.
     new 6cc24e5  CAMEL-13503: Camel main - Allow to configure global and 
common options ala camel-spring-boot have.
     new 9a30dff  CAMEL-13503: Camel main - Allow to configure global and 
common options ala camel-spring-boot have.
     new 555550d  CAMEL-13503: Camel main - Allow to configure global and 
common options ala camel-spring-boot have.
     new 6fd8459  CAMEL-13503: Camel main - Allow to configure global and 
common options ala camel-spring-boot have.

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:
 .../camel/main/MainConfigurationProperties.java    | 1160 ++++++++++++++++++++
 .../java/org/apache/camel/main/MainSupport.java    |  483 ++++++--
 .../java/org/apache/camel/main/MainExample.java    |    2 +
 .../java/org/apache/camel/util/StringHelper.java   |   14 +-
 .../src/main/data/foo.properties                   |    3 +-
 .../main/java/org/apache/camel/example/MyBean.java |    8 +-
 .../org/apache/camel/example/MyConfiguration.java  |    4 +-
 .../org/apache/camel/example/MyRouteBuilder.java   |    4 +-
 .../org/apache/camel/example/StandaloneCamel.java  |    2 +-
 .../src/main/resources/application.properties      |    8 +
 10 files changed, 1600 insertions(+), 88 deletions(-)
 create mode 100644 
core/camel-core/src/main/java/org/apache/camel/main/MainConfigurationProperties.java
 copy 
core/camel-core/src/test/resources/org/apache/camel/processor/intercept/myproperties.properties
 => examples/camel-example-main/src/main/data/foo.properties (98%)

Reply via email to