You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2018/11/02 10:09:48 UTC

[1/2] brooklyn-server git commit: Fix for SUREFIRE-1588

Repository: brooklyn-server
Updated Branches:
  refs/heads/master 96768de81 -> da7550d0f


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


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/41890b94
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/41890b94
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/41890b94

Branch: refs/heads/master
Commit: 41890b9440593802e7a8c8612bdf7ffb185d83f3
Parents: 96768de
Author: Paul Campbell <pc...@kemitix.net>
Authored: Thu Nov 1 17:49:54 2018 +0000
Committer: Paul Campbell <pc...@kemitix.net>
Committed: Thu Nov 1 17:52:08 2018 +0000

----------------------------------------------------------------------
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/41890b94/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index e1b3737..d6feccf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1385,6 +1385,7 @@
                         <artifactId>maven-surefire-plugin</artifactId>
                         <version>${surefire.version}</version>
                         <configuration>
+                            <useSystemClassLoader>false</useSystemClassLoader>
                             <properties>
                                 <property>
                                     <name>listener</name>


[2/2] brooklyn-server git commit: This closes #1012

Posted by tb...@apache.org.
This closes #1012


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/da7550d0
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/da7550d0
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/da7550d0

Branch: refs/heads/master
Commit: da7550d0f921526df7f76fd067671797ab20f3b9
Parents: 96768de 41890b9
Author: Thomas Bouron <th...@cloudsoftcorp.com>
Authored: Fri Nov 2 10:09:42 2018 +0000
Committer: Thomas Bouron <th...@cloudsoftcorp.com>
Committed: Fri Nov 2 10:09:42 2018 +0000

----------------------------------------------------------------------
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------