GitHub user aldettinger opened a pull request:
https://github.com/apache/camel/pull/1477
CAMEL-10396: Corrected a bug where BeanInfo was missing a method overload
Actually the `toString(String)` overload was confused by `BeanInfo` to be
an override of `toString(Object).`
Now both methods are available to the overload selection mechanism.
Could you please have a look at this PR ?
Note that I may have discovered another issue in the overload selection
mechanism where I can't select `toString(Object).` I need to qualify that a bit
more and may open another ticket if needed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aldettinger/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1477.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1477
----
commit 89e1946a3194229334ddc4393075844ca3e6990c
Author: aldettinger <[email protected]>
Date: 2017-02-18T15:27:31Z
CAMEL-10396: Corrected a bug where BeanInfo was missing a method overload
commit 12164b2a4b9a30d1270cf51f771ea169d4084808
Author: aldettinger <[email protected]>
Date: 2017-02-18T15:28:55Z
CAMEL-10396: Corrected a bug where BeanInfo was missing a method overload
commit d5d8a2604cce22d3bc6c1dac5f63e141fd8815b8
Author: aldettinger <[email protected]>
Date: 2017-02-18T22:02:28Z
Removed useless code
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---