You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by aldettinger <gi...@git.apache.org> on 2017/02/18 22:09:17 UTC

[GitHub] camel pull request #1477: CAMEL-10396: Corrected a bug where BeanInfo was mi...

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 <al...@gmail.com>
Date:   2017-02-18T15:27:31Z

    CAMEL-10396: Corrected a bug where BeanInfo was missing a method overload

commit 12164b2a4b9a30d1270cf51f771ea169d4084808
Author: aldettinger <al...@gmail.com>
Date:   2017-02-18T15:28:55Z

    CAMEL-10396: Corrected a bug where BeanInfo was missing a method overload

commit d5d8a2604cce22d3bc6c1dac5f63e141fd8815b8
Author: aldettinger <al...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] camel pull request #1477: CAMEL-10396: Corrected a bug where BeanInfo was mi...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/camel/pull/1477


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---