Jacob Barrett created GEODE-9931: ------------------------------------ Summary: ClusterManagementOperation should not extend Serializable. Key: GEODE-9931 URL: https://issues.apache.org/jira/browse/GEODE-9931 Project: Geode Issue Type: Bug Reporter: Jacob Barrett
{{org.apache.geode.management.api.ClusterManagementOperation}} should not extend {{java.io.Serializable}} and nor should any of its implementations. Per our best practices any implementation should be one of Geode's serializable types, like {{SerializableFixedId}}. -- This message was sent by Atlassian Jira (v8.20.1#820001)