You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tommy Stendahl (JIRA)" <ji...@apache.org> on 2019/01/16 10:25:00 UTC

[jira] [Created] (CASSANDRA-14988) Building javadoc with Java11 fails

Tommy Stendahl created CASSANDRA-14988:
------------------------------------------

             Summary: Building javadoc with Java11 fails
                 Key: CASSANDRA-14988
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14988
             Project: Cassandra
          Issue Type: Bug
          Components: Documentation/Javadoc
            Reporter: Tommy Stendahl
            Assignee: Tommy Stendahl
             Fix For: 4.0


When building trunk with Java11 building javadoc fails with this error:
{noformat}
[javadoc] /repos/tmp/cassandra/src/java/org/apache/cassandra/hints/HintsBufferPool.java:28: error: package sun.nio.ch is not visible
[javadoc] import sun.nio.ch.DirectBuffer;
[javadoc] ^
[javadoc] (package sun.nio.ch is declared in module java.base, which does not export it to the unnamed module)
[javadoc] 1 error{noformat}
This import is unused and was probably added by mistake, removing it fixes the problem.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org