Skip to content

Commit 3fc1fdd

Browse files
ruhan1claude
andcommitted
Add Java 11+ options for Cassandra compatibility
Enable addJdk11Options in cassandra-maven-plugin to automatically add --add-opens and --add-exports JVM options needed for Cassandra to run on Java 17. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent bc1023f commit 3fc1fdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
<loadFailureIgnore>true</loadFailureIgnore>
290290
<script>${basedir}/src/test/resources/cql/load.cql</script>
291291
<skip>${skipTests}</skip>
292+
<addJdk11Options>true</addJdk11Options>
292293
</configuration>
293294
<dependencies>
294295
<dependency>

0 commit comments

Comments
 (0)