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/09/18 08:21:28 UTC

[camel] branch master updated (1f4a634 -> f8147ee)

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 1f4a634  Upgrade Commons Configuration to version 2.6
     add f8147ee  CAMEL-13991: camel-main - Configuring component options with #class dont work

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/main/MainSupport.java    |  28 +++++
 .../java/org/apache/camel/main/MainSedaTest.java   |  46 ++++----
 .../camel/main/MySedaBlockingQueueFactory.java     |  34 ++++--
 .../camel/support/PropertyBindingSupport.java      | 121 ++++++++++++---------
 4 files changed, 143 insertions(+), 86 deletions(-)
 copy components/camel-spring/src/test/java/org/apache/camel/spring/MainTest.java => core/camel-main/src/test/java/org/apache/camel/main/MainSedaTest.java (50%)
 copy components/camel-spring/src/test/java/org/apache/camel/component/properties/MyErrorBean.java => core/camel-main/src/test/java/org/apache/camel/main/MySedaBlockingQueueFactory.java (63%)