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/05 11:39:15 UTC

[camel] branch bind updated (637ab92 -> 87f4f01)

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

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


    from 637ab92  CAMEL-13283: Add @BindRegistry annotation to allow to bind beans/classes to registry.
     new 2060c89  CAMEL-13283: Add @BindRegistry annotation to allow to bind beans/classes to registry.
     new 675c6da  CAMEL-13291: Use space in cron test
     new 87f4f01  CAMEL-13283: Add @BindRegistry annotation to allow to bind beans/classes to registry.

The 35880 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/quartz2/QuartzCronRouteTest.java     |   7 +-
 .../src/main/java/org/apache/camel/main/Main.java  |   3 +-
 .../java/org/apache/camel/main/MainRegistry.java   |  12 +-
 .../java/org/apache/camel/main/MainSupport.java    | 215 +++++++++++++--------
 .../java/org/apache/camel/main/MainIoCTest.java    |  13 ++
 .../org/apache/camel/support/DefaultRegistry.java  |   6 +-
 .../src/main/resources/application.properties      |  11 +-
 7 files changed, 173 insertions(+), 94 deletions(-)
 copy components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CXFWsdlOnlyMessageModeNoSpringTest.java => core/camel-core/src/main/java/org/apache/camel/main/MainRegistry.java (75%)