You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/04/06 16:46:00 UTC

[jira] [Commented] (GEODE-9064) Configure serialization filtering for JMX/RMI by default on Java 11

    [ https://issues.apache.org/jira/browse/GEODE-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315714#comment-17315714 ] 

ASF subversion and git services commented on GEODE-9064:
--------------------------------------------------------

Commit c43dbc59dd54df3538598e85243698840f8b6541 in geode's branch refs/heads/develop from Kirk Lund
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c43dbc5 ]

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.

> 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)