You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by srdo <gi...@git.apache.org> on 2018/06/01 15:51:46 UTC

[GitHub] storm pull request #2699: STORM-3087: Make FluxBuilder.canInvokeWithArgs che...

GitHub user srdo opened a pull request:

    https://github.com/apache/storm/pull/2699

    STORM-3087: Make FluxBuilder.canInvokeWithArgs check whether the actu…

    …al argument type is assignable to Number before deciding that a method with a primitive parameter can be invoked
    
    1.x version of https://github.com/apache/storm/pull/2695

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/srdo/storm STORM-3087-1.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2699.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 #2699
    
----
commit 33ca6c1c010ed29dd7f1df17cd81023fba438e86
Author: Stig Rohde Døssing <sr...@...>
Date:   2018-05-28T20:47:15Z

    STORM-3087: Make FluxBuilder.canInvokeWithArgs check whether the actual argument type is assignable to Number before deciding that a method with a primitive parameter can be invoked

----


---

[GitHub] storm issue #2699: STORM-3087: Make FluxBuilder.canInvokeWithArgs check whet...

Posted by danny0405 <gi...@git.apache.org>.
Github user danny0405 commented on the issue:

    https://github.com/apache/storm/pull/2699
  
    Looks good, thx for your contribution.


---

[GitHub] storm pull request #2699: STORM-3087: Make FluxBuilder.canInvokeWithArgs che...

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

    https://github.com/apache/storm/pull/2699


---