[ https://issues.apache.org/jira/browse/CASSANDRA-18467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17718187#comment-17718187 ]
Ekaterina Dimitrova edited comment on CASSANDRA-18467 at 5/1/23 10:05 AM: -------------------------------------------------------------------------- I think this should work and it is close to what [~mck] was suggesting. For the record, I experience some issues with JDK11 on all branches in my IntelliJ IDEA IDE so I cannot confirm the patch in my environment until I figure out what the problem is. We follow the same steps with [~jakubzytka], things work for him as expected, for me I am getting always(without the patch on current Cassandra branches 4.0, 4.1, trunk): {code:java} java: package jdk.nashorn.api.scripting does not exist {code} He was also clearing cassandra.iml and .idea before running {code:java} ant realclean{code} and {code:java} ant generate-idea-files{code} I tried to do that too and the result is the same on my end: {code:java} java: package jdk.nashorn.api.scripting does not exist {code} was (Author: e.dimitrova): I think this should work and it is close to what [~mck] was suggesting. For the record, I experience some issues with JDK11 on all branches in my IntelliJ IDEA IDE so I cannot confirm the patch in my environment until I figure out what the problem is. We follow the same steps with [~jakubzytka], things work for him as expected, for me I am getting always(without the patch on current Cassandra branches 4.0, 4.1, trunk): {code:java} java: package jdk.nashorn.api.scripting does not exist {code} He was also clearing cassandra.iml and .idea before running ant realclean and {code:java} ant generate-idea-files{code} I tried to do that too and the result is the same on my end: {code:java} java: package jdk.nashorn.api.scripting does not exist {code} > Update generate-idea-files for J17 > ---------------------------------- > > Key: CASSANDRA-18467 > URL: https://issues.apache.org/jira/browse/CASSANDRA-18467 > Project: Cassandra > Issue Type: Task > Components: Build > Reporter: Ekaterina Dimitrova > Assignee: Jakub Zytka > Priority: Low > Fix For: 5.x > > > There was a discussion in CASSANDRA-18258 how to update generate-idea-files. > The final agreement was to create one target to cover both Java 11 and Java > 17. > It will be good to figure out CASSANDRA-18263 and reshuffle arguments and > tasks based on what we decide to use as gc in testing for both Java 11 and > Java 17. -- 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