[
https://issues.apache.org/jira/browse/GEODE-4158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16313789#comment-16313789
]
ASF subversion and git services commented on GEODE-4158:
--------------------------------------------------------
Commit 193bb0754dcd20db9c1c8a8f52d0a57d70260c39 in geode's branch
refs/heads/develop from [~PivotalSarge]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=193bb07 ]
GEODE-4158: Correct the detection of Geode-internal classes for serialization.
- Remove consideration of any class under org.apache as a Geode-internal
class that resulted from a search-and-replace.
Signed-off-by: Dan Smith <[email protected]>
> 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
> Assignee: 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)