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 <srdo@...>
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
----
---