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 5a0d6d7 CAMEL-13692 - More doc fixes new c3dac10 CAMEL-13683: Property binding support - Better error reporting for binding not possible. new 7f8412f CAMEL-13695: camel-core - Injector allow to create beans via static factory methods The 2 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: .../org/apache/camel/cdi/CdiCamelInjector.java | 19 +++++++++ .../camel/component/jcr/JcrConverterTest.java | 5 +++ .../apache/camel/spring/spi/SpringInjector.java | 20 +++++++++ .../main/java/org/apache/camel/spi/Injector.java | 10 +++++ .../apache/camel/impl/engine/DefaultInjector.java | 21 +++++++++- .../xml/AbstractCamelContextFactoryBeanTest.java | 5 +++ .../org/apache/camel/impl/DefaultInjectorTest.java | 25 +++++++++++ .../camel/support/PropertyBindingSupportTest.java | 5 +++ .../org/apache/camel/util/ReflectionInjector.java | 19 +++++++++ .../camel/support/PropertyBindingSupport.java | 48 ++++++++++++++-------- 10 files changed, 159 insertions(+), 18 deletions(-)