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/06 12:25:29 UTC

[camel] branch bind updated (eb2107c -> ac33fd8)

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 eb2107c  Upgrade groovy
     new d3ff3ad  CAMEL-13283: Add @BindRegistry annotation to allow to bind beans/classes to registry.
     new ac33fd8  CAMEL-13283: Add @BindRegistry annotation to allow to bind beans/classes to registry.

The 35886 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:
 .../src/main/java/org/apache/camel/BeanInject.java |  10 +-
 .../main/java/org/apache/camel/BindToRegistry.java |   2 +-
 .../camel/impl/DefaultCamelBeanPostProcessor.java  | 166 ++++++++++++++++-----
 .../java/org/apache/camel/main/MainSupport.java    |   4 +-
 .../java/org/apache/camel/main/MainIoCTest.java    |  39 +++++
 .../org/apache/camel/util/ReflectionHelper.java    |  31 ++++
 examples/camel-example-main/readme.adoc            |  11 +-
 .../main/java/org/apache/camel/example/MyBean.java |   6 +-
 .../org/apache/camel/example/MyConfiguration.java  |  11 +-
 .../src/main/resources/application.properties      |   9 +-
 10 files changed, 227 insertions(+), 62 deletions(-)