From 0ac1f43f8a7451ecf6a827e11845e03c3cd7a60f Mon Sep 17 00:00:00 2001 From: Dan Siwiec Date: Tue, 12 Sep 2017 18:08:56 -0700 Subject: [PATCH 1/4] Upgrade jacoco version to fix the UUID initialization problem #591 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4f4b5dee6..81dfdbaeb 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 1.4.190 4.12 3.0 - 0.7.2.201409121644 + 0.7.9 1.4 2.16.1 19.0 From 546f3560d84a6b3c8a6032245d53ace22e511fa9 Mon Sep 17 00:00:00 2001 From: Dan Siwiec Date: Tue, 12 Sep 2017 18:09:29 -0700 Subject: [PATCH 2/4] Load ee module to make EE classes available on classpath #591 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 81dfdbaeb..fcb92947a 100644 --- a/pom.xml +++ b/pom.xml @@ -394,7 +394,7 @@ - -Xmx1024M ${argLine} + -Xmx1024M --add-modules java.xml.bind ${argLine} From f07d3bd4d5613c8f56cd0422c00367ce285fef19 Mon Sep 17 00:00:00 2001 From: Dan Siwiec Date: Tue, 12 Sep 2017 22:11:58 -0700 Subject: [PATCH 3/4] Turn forking on to prevent datanucleus from missing a jdk 9 module #591 --- naked-objects/dom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naked-objects/dom/pom.xml b/naked-objects/dom/pom.xml index f26060fbf..905194041 100644 --- a/naked-objects/dom/pom.xml +++ b/naked-objects/dom/pom.xml @@ -111,7 +111,7 @@ datanucleus-maven-plugin ${datanucleus-maven-plugin.version} - false + true ${basedir}/log4j.properties true ${basedir}/datanucleus.properties From 00bdfd6bd82d69c3168dcd2dc3356958af3f2c37 Mon Sep 17 00:00:00 2001 From: Dan Siwiec Date: Tue, 12 Sep 2017 23:30:43 -0700 Subject: [PATCH 4/4] add another jdk 9 module to prevent class not found errors #591 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fcb92947a..0321ebef1 100644 --- a/pom.xml +++ b/pom.xml @@ -394,7 +394,7 @@ - -Xmx1024M --add-modules java.xml.bind ${argLine} + -Xmx1024M --add-modules java.xml.bind,java.xml.ws.annotation ${argLine}