This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new a8a48c2 ARROW-2901: [Java] Build is failing on Java9
a8a48c2 is described below
commit a8a48c2ba5773bef3bbb13efddf3c8a1f0052abd
Author: Renato Marroquin <[email protected]>
AuthorDate: Tue Jul 24 21:04:41 2018 -0400
ARROW-2901: [Java] Build is failing on Java9
This solves issue of building Arrow JDBC Adapter.
This is related to an issue with Surefire and Java9
[link](https://issues.apache.org/jira/browse/SUREFIRE-1265)
Author: Renato Marroquin <[email protected]>
Closes #2317 from renato2099/ARROW-2901 and squashes the following commits:
20c3f3c3 <Renato Marroquin> ARROW-2901: Build is failing on Java9
---
java/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/pom.xml b/java/pom.xml
index 834465a..ef8f3b9 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -368,6 +368,7 @@
<version>2.20</version>
<configuration>
<enableAssertions>true</enableAssertions>
+ <childDelegation>true</childDelegation>
<forkCount>${forkCount}</forkCount>
<reuseForks>true</reuseForks>
<systemPropertyVariables>