GitHub user kemitix opened a pull request:
https://github.com/apache/brooklyn-dist/pull/127
Fix for SUREFIRE-1588
Latest version of Java 1.8.0_191 enforces that Manifest classpath entries
be relative.
https://issues.apache.org/jira/browse/SUREFIRE-1588
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kemitix/brooklyn-dist fix-for-SUREFIRE-1588
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-dist/pull/127.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 #127
----
commit 0d4736ec8e32c9292c0dc3755d01b2de4e086d2b
Author: Paul Campbell <pcampbell@...>
Date: 2018-11-02T12:56:33Z
Fix for SUREFIRE-1588
Latest version of Java 1.8.0_191 enforces that Manifest classpath entries
be relative.
https://issues.apache.org/jira/browse/SUREFIRE-1588
----
---