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 fbce8210 Regen catalog add e0ce115 CAMEL-15810: simple language with OGNL method call should not nedless convert to string when the parameter type is not string based. For streaming data this can lead to the stream not re-readable and invocation of the OGNL. add b9e6b39 CAMEL-15810: simple language with OGNL method call should do better method choosing when there are overloaded methods. Thanks to Josh Smith for test case. No new revisions were added by this update. Summary of changes: .../org/apache/camel/component/bean/BeanInfo.java | 35 +++++--- .../apache/camel/component/bean/MethodInfo.java | 41 +++++----- .../simple/SimpleInheritanceIssueTest.java | 92 ++++++++++++++++++++++ 3 files changed, 139 insertions(+), 29 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/language/simple/SimpleInheritanceIssueTest.java