You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/10/31 11:15:22 UTC

[camel] branch master updated (182f796 -> 4bf6728)

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

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


    from 182f796  remove superfluous super() calls which compiler would do for free (#3301)
     add 56719cd  camel-main: add an option to control autowiring of non null properties
     add 581af67  properties-binding: do not auto wire camel context from registry
     add af92bc8  Fix findings
     add 4bf6728  camel-main: add fluent setter for autowireComponentPropertiesNonNullOnly

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/main/BaseMainSupport.java     |   6 +-
 .../camel/main/MainConfigurationProperties.java    |  24 +++
 .../camel-main-configuration-metadata.json         |   6 +
 .../org/apache/camel/main/MainIoCAutowireTest.java | 172 +++++++++++++++++++++
 .../camel-main/src/test/resources/empty.properties |   2 +-
 .../camel/support/PropertyBindingSupport.java      |  10 ++
 6 files changed, 216 insertions(+), 4 deletions(-)
 create mode 100644 core/camel-main/src/test/java/org/apache/camel/main/MainIoCAutowireTest.java
 copy tooling/maven/camel-package-maven-plugin/src/main/resources/camel-package-maven-plugin.properties => core/camel-main/src/test/resources/empty.properties (98%)