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

Jon Haddad edited comment on CASSANDRA-15611 at 3/7/20, 1:24 AM:
-----------------------------------------------------------------

There's a few things here to match this patch work.  

* I had to completely rewrite the Circle CI config so it could correctly store 
the results of failed tests.  
* The vertx test server wasn't starting correctly, which was causing flakey 
test runs.
* SpotBugs incorrectly reports a NPE bug in Java 11 only when using try with 
resource, this is a known issue.  We're excluding the 
RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE check to avoid this false 
positive.
* Updated all the dependencies to their latest bug fix versions.

PR is here: 
https://github.com/apache/cassandra-sidecar/pull/8/commits/e19e1ef1baec1bb9329ac52a2898fbbeb06b6bf2


was (Author: rustyrazorblade):
There's a bit here to match this patch work.  

* I had to completely rewrite the Circle CI config so it could correctly store 
the results of failed tests.  
* The vertx test server wasn't starting correctly, which was causing flakey 
test runs.
* SpotBugs incorrectly reports a NPE bug in Java 11 only when using try with 
resource, this is a known issue.  We're excluding the 
RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE check to avoid this false 
positive.
* Updated all the dependencies to their latest bug fix versions.

PR is here: 
https://github.com/apache/cassandra-sidecar/pull/8/commits/e19e1ef1baec1bb9329ac52a2898fbbeb06b6bf2

> Build and Test with both Java 8 & 11 in Circle CI
> -------------------------------------------------
>
>                 Key: CASSANDRA-15611
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15611
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Sidecar
>            Reporter: Jon Haddad
>            Assignee: Jon Haddad
>            Priority: Normal
>
> We currently only build and test with Java 8.  We should ensure Java 11 is 
> fully supported for both builds and testing in CircleCI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to