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

Stefan Miklosovic commented on CASSANDRA-18262:
-----------------------------------------------

_so if they develop against 11 you will never get 8 compilation issues?_

We definitely minimize the number of issues they might get. Checkstyle run on 
Java 11 detects issues in the code regardless of Java version and it does not 
have to have anything in common with Java 8. Illegal imports will be illegal if 
one is on Java 8 or Java 11, no? As I mentioned, the only thing it would not 
detect is them using API which are not in Java 8 but that is the problem which 
exists anyway and is not solvable, currently, by checkstyle as such.

> Switch checkstyle running only with JDK8 to be run with JDK11
> -------------------------------------------------------------
>
>                 Key: CASSANDRA-18262
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18262
>             Project: Cassandra
>          Issue Type: Task
>          Components: Build
>            Reporter: Ekaterina Dimitrova
>            Assignee: Maxim Muzafarov
>            Priority: Normal
>             Fix For: 5.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently we run checkstyle, eclipse warnings (and probably anything else?) 
> only with JDK8.
> In preparation to remove JDK8 we need to switch those to run with JDK11.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to