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

Ekaterina Dimitrova commented on CASSANDRA-18179:
-------------------------------------------------

Ok, my IDE got totally crazy today.... after it started bumping all kind of 
errors with all branches out of nowhere (that also made zero sense), I had to 
download again Idea and clone again the project etc etc... Finally it _seems_ 
that everything works!

Anyway, IMHO, the only thing with the last patch is what I told you earlier in 
Slack. Seen when I do ant jar with JDK11 and 17:
{code:java}
 warning: [options] bootstrap class path not set in conjunction with -source 8
{code}
Otherwise IDEA got a nice (temporary) treat from John Meredith as it turned out 
there was also issue introduced on his end with another patch.

Excerpt from _ant checkstyle_ and JDK8:
{code:java}
 init-checkstyle:
 
checkstyle:
[checkstyle] Running Checkstyle 8.40 on 2176 files
{code}
 

Excerpt from _ant eclipse-warnings_ and JDK8:
{code:java}
 eclipse-warnings:
    [mkdir] Created dir: /cassandra/build/ecj
     [echo] Running Eclipse Code Analysis.  Output logged to 
/cassandra/build/ecj/eclipse_compiler_checks.txt
{code}
 

 

> Update build.xml for experimental JDK17 use
> -------------------------------------------
>
>                 Key: CASSANDRA-18179
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18179
>             Project: Cassandra
>          Issue Type: Task
>          Components: Build
>            Reporter: Ekaterina Dimitrova
>            Assignee: Michael Semb Wever
>            Priority: Normal
>             Fix For: 4.2
>
>
> To support JDK17 we need to make changes to build.xml and our scripts. There 
> is a preliminary patch which makes a switch from JDK8+JDK11 to JDK11+JDK17 
> but it will need a change considering CASSANDRA-18133
> CC [~mck] 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to