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

Jason Brown edited comment on CASSANDRA-9608 at 7/25/18 3:37 PM:
-----------------------------------------------------------------

[Latest dtest 
run|https://circleci.com/workflow-run/de2c755e-7b00-40af-a413-917be3175b96], 
with the dtest PR, was basically all green. The only failure was related to 
CASSANDRA-14574. I'm currently running trunk with that dtest PR to make sure we 
are still good there. 

UPDATE: [dtest 
run|https://circleci.com/workflow-run/02c41705-2e38-4658-9be9-153e529233f7] on 
current trunk and [~snazy]'s dtest PR look fine. Three tests failed, but all 
unrelated.


was (Author: jasobrown):
[Latest dtest 
run|https://circleci.com/workflow-run/de2c755e-7b00-40af-a413-917be3175b96], 
with the dtest PR, was basically all green. The only failure was related to 
CASSANDRA-14574. I'm currently running trunk with that dtest PR to make sure we 
are still good there. 

> Support Java 11
> ---------------
>
>                 Key: CASSANDRA-9608
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9608
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Robert Stupp
>            Assignee: Robert Stupp
>            Priority: Minor
>             Fix For: 4.x
>
>         Attachments: jdk_9_10.patch
>
>
> This ticket is intended to group all issues found to support Java 9 in the 
> future.
> From what I've found out so far:
> * Maven dependency {{com.sun:tools:jar:0}} via cobertura cannot be resolved. 
> It can be easily solved using this patch:
> {code}
> -        <dependency groupId="net.sourceforge.cobertura" 
> artifactId="cobertura"/>
> +        <dependency groupId="net.sourceforge.cobertura" 
> artifactId="cobertura">
> +          <exclusion groupId="com.sun" artifactId="tools"/>
> +        </dependency>
> {code}
> * Another issue is that {{sun.misc.Unsafe}} no longer contains the methods 
> {{monitorEnter}} + {{monitorExit}}. These methods are used by 
> {{o.a.c.utils.concurrent.Locks}} which is only used by 
> {{o.a.c.db.AtomicBTreeColumns}}.
> I don't mind to start working on this yet since Java 9 is in a too early 
> development phase.



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