You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/03/04 06:42:10 UTC

[camel] branch master updated (2c215c5 -> c7cde55)

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 2c215c5  Upgrade Zipkin Reporter to version 2.8.0
     new dd5780a  CAMEL-13280: Properties component - Allow to access loaded properties
     new 801cda5  CAMEL-13243: Main class should be more easier to use, so lets drop the confusing multiple CamelContext stuff that was not really intended/working.
     new c7cde55  CAMEL-13243: Camel Main has now basic support for auto-configuring components,data-formats,languages in a similar way as Spring Boot, but not as advanced.

The 35855 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:
 .../component/properties/PropertiesComponent.java  |  25 +++-
 .../org/apache/camel/spi/PropertiesComponent.java  |  37 +++++-
 .../apache/camel/impl/AbstractCamelContext.java    |   2 +-
 .../src/main/java/org/apache/camel/main/Main.java  |   2 +-
 .../java/org/apache/camel/main/MainListener.java   |  23 ++--
 .../org/apache/camel/main/MainListenerSupport.java |   4 +-
 .../java/org/apache/camel/main/MainSupport.java    | 130 +++++++++++++++++++++
 ... => PropertiesComponentLoadPropertiesTest.java} |  46 +++++---
 .../java/org/apache/camel/main/MainIoCTest.java    |   9 ++
 .../src/test/resources/application.properties      |   4 +
 10 files changed, 242 insertions(+), 40 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/component/properties/{PropertiesComponentInterceptSendToEndpointTest.java => PropertiesComponentLoadPropertiesTest.java} (55%)