You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/04/04 11:02:39 UTC

[camel] branch regen_bot updated (1ce12d32b1a -> bd857c0a18e)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 1ce12d32b1a added try with resources for ArangoCursor (#9793)
     add fbbb2753c14 CAMEL-19244: camel-bean - Add support for declaring type in parameter values using 'type.class value' style
     add d63f16d09db Guard against NPE
     add bd857c0a18e CAMEL-19244: camel-bean - Add support for declaring type in parameter values using 'type.class value' style

No new revisions were added by this update.

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%)