GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2361
STORM-2698: Upgrade to latest Mockito and Hamcrest
See https://issues.apache.org/jira/browse/STORM-2698.
This is based on https://github.com/apache/storm/pull/2360, so please
ignore the first commit. Will rebase once that PR is done.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-2698-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2361.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 #2361
----
commit 370a631857a2b510a1d4de2870ded09598394aa9
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-08-20T16:59:12Z
STORM-2716: Fix logviewer on Windows, and make storm-webapp tests pass on
Windows. Get rid of various constants that were duplicating File.separator and
File.pathSeparator.
commit 1067cf8232178ecf1a2e6bdcbf70dab91e9d9805
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-10-07T23:19:26Z
STORM-2698: Upgrade Mockito and Hamcrest to latest versions
----
---