[ 
https://issues.apache.org/jira/browse/GEODE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16495837#comment-16495837
 ] 

Anthony Baker commented on GEODE-3:
-----------------------------------

To fix compile errors under jdk10:

1) Delete the source code inĀ {{buildSrc/src/test/java/org/apache/geode/javac}}.
2) Update gradle to 4.7
3) Don't build java doc ({{-xjavadoc -xdocs}}.
4) Skip all the tests because mockito needs to be updated ({{-xtest}}.

To run with jdk 10, add the following dependencies to {{geode-core}} and update 
the classpath dependencies in {{geode-assembly}}:

{noformat}
+  compile 'javax.activation:activation:1.1.1'
+  compile 'javax.xml.bind:jaxb-api:2.2.11'
+  compile 'com.sun.xml.bind:jaxb-core:2.2.11'
+  compile 'com.sun.xml.bind:jaxb-impl:2.2.11'
{noformat}

That will do to start.  We need to be able to run unit* tests to verify that 
things really work.

> Support JDK 9 on Geode
> ----------------------
>
>                 Key: GEODE-3
>                 URL: https://issues.apache.org/jira/browse/GEODE-3
>             Project: Geode
>          Issue Type: Improvement
>          Components: docs, general
>            Reporter: Pid
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> JDK 9 Schedule: http://openjdk.java.net/projects/jdk9/



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to