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-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to