This is an automated email from the ASF dual-hosted git repository.
brandonwilliams pushed a commit to branch cassandra-5.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-5.0 by this push:
new 194a41baea Add export for remote JMX security for j17
194a41baea is described below
commit 194a41baea93b00a369e6fecd8f2271ec71e99a6
Author: Brandon Williams <[email protected]>
AuthorDate: Mon Mar 4 06:24:51 2024 -0600
Add export for remote JMX security for j17
Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-19453
---
CHANGES.txt | 1 +
conf/jvm17-server.options | 1 +
2 files changed, 2 insertions(+)
diff --git a/CHANGES.txt b/CHANGES.txt
index 9808945582..225b9192e7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
5.0-beta2
+ * Fix remote JMX under Java17 (CASSANDRA-19453)
* Avoid consistency violations for SAI intersections over unrepaired data at
consistency levels requiring reconciliation (CASSANDRA-19018)
* Fix NullPointerException in ANN+WHERE when adding rows in another partition
(CASSANDRA-19404)
* Record latencies for SAI post-filtering reads against local storage
(CASSANDRA-18940)
diff --git a/conf/jvm17-server.options b/conf/jvm17-server.options
index bc084c920e..1a0f8f9c56 100644
--- a/conf/jvm17-server.options
+++ b/conf/jvm17-server.options
@@ -64,6 +64,7 @@
-Djdk.attach.allowAttachSelf=true
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED
--add-exports java.management.rmi/com.sun.jmx.remote.internal.rmi=ALL-UNNAMED
+--add-exports java.management/com.sun.jmx.remote.security=ALL-UNNAMED
--add-exports java.rmi/sun.rmi.registry=ALL-UNNAMED
--add-exports java.rmi/sun.rmi.server=ALL-UNNAMED
--add-exports java.sql/java.sql=ALL-UNNAMED
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]