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

Blake Eggleston commented on CASSANDRA-15108:
---------------------------------------------

bq. The change here removed the additional source folder for Java 11 specific 
stuff, to be able to add support for example for Direct-I/O (CASSANDRA-14466) 
or use the new ByteBuffer.mismatch().

We can add separate source directories in the future if they’re needed, 
although I think we should avoid them. CASSANDRA-14466 won’t be making it into 
4.0, and it seems plausible that the next major release will only support 
java11+.

bq. C* built w/ Java 11 doesn't work on Java 8 ((Byte)Buffer in particular)

The intent is that a java 8 build would run on both java 8 and java 11 without 
requiring java 11 during compilation. Then if you wanted to build with java 11 
you could, but it would only run on java 11+.

> Support building Cassandra with JDK 11
> --------------------------------------
>
>                 Key: CASSANDRA-15108
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15108
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Blake Eggleston
>            Assignee: Blake Eggleston
>            Priority: Normal
>             Fix For: 4.0
>
>
> With the changes in java 8 support and licensing, we should be able to build 
> and run Cassandra with java 11.



--
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