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:55:00 UTC

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

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

Tommy Stendahl commented on CASSANDRA-14988:
--------------------------------------------

I have a branch with a patch to remove the unused import here: [cassandra-14988|https://github.com/tommystendahl/cassandra/tree/cassandra-14988]

> 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
>            Priority: Blocker
>             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