[ https://issues.apache.org/jira/browse/GEODE-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315847#comment-17315847 ]
ASF subversion and git services commented on GEODE-9064: -------------------------------------------------------- Commit 5a3de7823e310ab8427d52b1d00780c92c99507a in geode's branch refs/heads/support/1.13 from Kirk Lund [ https://gitbox.apache.org/repos/asf?p=geode.git;h=5a3de78 ] GEODE-9064: Configure serial filter during ManagementAgent start (#6196) The Geode JMX layer will configure the system property “jmx.remote.rmi.server.serial.filter.pattern" to only accept JDK classes identified as open-types required for JMX. If the system property already has a value then Geode will log a statement and leave the system property alone. (cherry picked from commit c43dbc59dd54df3538598e85243698840f8b6541) > Configure serialization filtering for JMX/RMI by default on Java 11 > ------------------------------------------------------------------- > > Key: GEODE-9064 > URL: https://issues.apache.org/jira/browse/GEODE-9064 > Project: Geode > Issue Type: Improvement > Components: jmx > Reporter: Kirk Lund > Assignee: Kirk Lund > Priority: Major > Labels: GeodeOperationAPI, pull-request-available > > The Geode JMX layer should configure the > “jmx.remote.rmi.server.serial.filter.pattern” system property on Java 11 to > accept only JDK classes identified as open-types for JMX. If the user or > another library has already set this system property, then Geode will log a > statement and leave it alone. -- This message was sent by Atlassian Jira (v8.3.4#803005)