You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by kemitix <gi...@git.apache.org> on 2018/10/31 15:16:30 UTC

[GitHub] brooklyn-client pull request #71: Fix for SUREFIRE-1588

GitHub user kemitix opened a pull request:

    https://github.com/apache/brooklyn-client/pull/71

    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-client fix-for-SUREFIRE-1588

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-client/pull/71.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 #71
    
----
commit 82413a4dce2b4221fab28b8b0f167f01ffe2eed4
Author: Paul Campbell <pc...@...>
Date:   2018-10-31T15:11:52Z

    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

----


---

[GitHub] brooklyn-client pull request #71: Fix for SUREFIRE-1588

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/brooklyn-client/pull/71


---