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 2017/10/20 21:51:00 UTC

[jira] [Commented] (GEODE-3871) allow exclusion of serializable classes in AnalyzeSerializablesJUnitTest

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

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

Commit 70d428fe06406c26382e015df8af28384c7697eb in geode's branch refs/heads/develop from [~bschuchardt]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=70d428f ]

GEODE-3871 allow exclusion of serializable classes in AnalyzeSerializablesJUnitTest

merge of feature/GEODE-3871 to develop

commit 6442024162b256bab5885f288b950f4a0ad9f56d
Author: Bruce Schuchardt <bs...@pivotal.io>
Date:   Thu Oct 19 09:46:04 2017 -0700

    GEODE-3871 allow exclusion of serializable classes in AnalyzeSerializablesJUnitTest

    Modified the test to pay attention to excludedClasses in findSerializables.
    Moved classes from sanctionedSerialiables.txt to excludedClasses.txt.
    There are probably more classes that should be moved but I'm trying to
    be conservative in this first effort.


> allow exclusion of serializable classes in AnalyzeSerializablesJUnitTest
> ------------------------------------------------------------------------
>
>                 Key: GEODE-3871
>                 URL: https://issues.apache.org/jira/browse/GEODE-3871
>             Project: Geode
>          Issue Type: Bug
>          Components: serialization
>            Reporter: Bruce Schuchardt
>
> There are a lot of classes in sanctionedSerializables.txt that do not need to be there, such as internal Redis enumerations that are never serialized.  These should be excluded in excludedClasses.txt but the testSerializables unit test doesn't pay any attention to that file.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)