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 fbce8210 Regen catalog
new 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.
new 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.
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/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