This is an automated email from the ASF dual-hosted git repository.
edimitrova pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new de1ff6d4d1 Fix nodetool/sjk hh, Java17 patch by Ekaterina Dimitrova,
reviewed by Brandon Williams for CASSANDRA-18242
de1ff6d4d1 is described below
commit de1ff6d4d149f4983238ae1d38fd9b9c657bb282
Author: Ekaterina Dimitrova <[email protected]>
AuthorDate: Wed Mar 22 16:24:54 2023 -0400
Fix nodetool/sjk hh, Java17
patch by Ekaterina Dimitrova, reviewed by Brandon Williams for
CASSANDRA-18242
---
conf/jvm17-clients.options | 1 +
1 file changed, 1 insertion(+)
diff --git a/conf/jvm17-clients.options b/conf/jvm17-clients.options
index 5a98aec5a4..0bd9e10e8a 100644
--- a/conf/jvm17-clients.options
+++ b/conf/jvm17-clients.options
@@ -36,6 +36,7 @@
--add-exports java.sql/java.sql=ALL-UNNAMED
--add-exports jdk.unsupported/sun.misc=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
+--add-exports jdk.attach/sun.tools.attach=ALL-UNNAMED
--add-opens java.base/java.lang.module=ALL-UNNAMED
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]