Michael Dodge created GEODE-4158:
------------------------------------
Summary: Serialization does not correctly identify Geode-internal
classes
Key: GEODE-4158
URL: https://issues.apache.org/jira/browse/GEODE-4158
Project: Geode
Issue Type: Bug
Components: serialization
Reporter: Michael Dodge
Reflection-based auto-serialization respects a system property,
"gemfire.auto.serialization.no.hardcoded.excludes", with regard to excluding
Geode-internal classes from auto-serialization. However,
{{InternalDataSerializer}} does not respect that system property and uses
overly-aggressive prefix matching. For example, {{InternalDataSerializer}}
should not consider classes under {{org.apache.geode_examples}} to be
Geode-internal classes as they are from the examples.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)