[1/3] storm git commit: STORM-2652: fix error in open method of JmsSpout

2017-07-23 Thread srdo
Repository: storm Updated Branches: refs/heads/1.x-branch 865625ead -> 77501edee STORM-2652: fix error in open method of JmsSpout I changed the casting to `Number` instead of `Integer` since it is actually a `Long`, and it caused a `ClassCastException` to be thrown. Now it is referred to as a

[1/3] storm git commit: STORM-2652: fix error in open method of JmsSpout

2017-07-22 Thread srdo
Repository: storm Updated Branches: refs/heads/master e86ac7541 -> caf39096b STORM-2652: fix error in open method of JmsSpout I changed the casting to `Number` instead of `Integer` since it is actually a `Long`, and it caused a `ClassCastException` to be thrown. Now it is referred to as a `Num