[
https://issues.apache.org/jira/browse/GEODE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16494543#comment-16494543
]
Anthony Baker commented on GEODE-3:
-----------------------------------
Trying to build with jdk10 (after first fixing the build to support gradle 4.7)
fails with these errors:
{noformat}
~/code/incubator-geode (develop *)$ gradle clean build
> Task :buildSrc:compileTestJava FAILED
warning: Supported source version 'RELEASE_8' from annotation processor
'org.apache.geode.javac.EnsureCorrectRunsWithProcessor' less than -source '10'
/Users/abaker/code/incubator-geode/buildSrc/src/test/java/org/apache/geode/javac/TestAnnotationProcessor.java:19:
error: package sun.tools.java is not visible
import sun.tools.java.CompilerError;
^
(package sun.tools.java is declared in module jdk.rmic, which is not in the
module graph)
/Users/abaker/code/incubator-geode/buildSrc/src/test/java/org/apache/geode/javac/TestCompiler.java:26:
error: package sun.tools.java is not visible
import sun.tools.java.CompilerError;
^
(package sun.tools.java is declared in module jdk.rmic, which is not in the
module graph)
2 errors
1 warning{noformat}
> 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)