This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 1ce12d32b1a added try with resources for ArangoCursor (#9793)
new fbbb2753c14 CAMEL-19244: camel-bean - Add support for declaring type
in parameter values using 'type.class value' style
new d63f16d09db Guard against NPE
new bd857c0a18e CAMEL-19244: camel-bean - Add support for declaring type
in parameter values using 'type.class value' style
The 3 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:
.../bean/AmbiguousMethodCallException.java | 17 +++++++-
.../apache/camel/component/bean/BeanHelper.java | 22 +++++++---
.../org/apache/camel/component/bean/BeanInfo.java | 32 ++++++++++-----
.../apache/camel/component/bean/MethodInfo.java | 13 ++++--
.../camel/impl/engine/DefaultRoutesLoader.java | 2 +
.../apache/camel/model/ProcessorDefinition.java | 10 ++++-
.../component/bean/BeanOverloadedMethodTest.java | 2 +-
.../bean/BeanOverloadsWithAssignableParamTest.java | 2 +-
.../issues/BeanParameterTypeAndValueTest.java} | 47 +++++++++++++---------
.../modules/ROOT/pages/bean-binding.adoc | 20 +++++++--
10 files changed, 120 insertions(+), 47 deletions(-)
copy
core/camel-core/src/test/java/org/apache/camel/component/{validator/ValidatorLazyStartProducerTest.java
=> bean/issues/BeanParameterTypeAndValueTest.java} (50%)