Skip to content

Commit

Permalink
Add JVM add-opens to fix cassandra-integration-smoke-test
Browse files Browse the repository at this point in the history
  • Loading branch information
imjalpreet committed Oct 14, 2024
1 parent 227f154 commit b6cab24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2552,11 +2552,15 @@
</activation>
<properties>
<air.test.jvm.additional-arguments>
--add-opens java.base/java.io=ALL-UNNAMED
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
--add-opens java.base/java.net=ALL-UNNAMED
--add-opens java.base/java.nio=ALL-UNNAMED
--add-opens java.base/java.text=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/java.util.concurrent=ALL-UNNAMED
--add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED
</air.test.jvm.additional-arguments>
</properties>
</profile>
Expand Down

0 comments on commit b6cab24

Please sign in to comment.