GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2401
STORM-2799: Exclude jdk.tools for JDK 9 compatibility
See https://issues.apache.org/jira/browse/STORM-2799.
This excludes jdk.tools from a few dependencies. I also upgraded hbase to
the latest patch release of the current version, since the 1.1.0 version leaks
jdk.tools https://issues.apache.org/jira/browse/HBASE-13963 and versions prior
to 1.1.11 don't work with Java 9
https://issues.apache.org/jira/browse/HBASE-17944.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-2799
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2401.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 #2401
----
commit b37d31a0240b4f3b64d5b74025a1649224eeb794
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-11-04T21:24:58Z
STORM-2799: Exclude jdk.tools for JDK 9 compatibility
----
---