[ https://issues.apache.org/jira/browse/GEODE-4518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16428782#comment-16428782 ]
ASF subversion and git services commented on GEODE-4518: -------------------------------------------------------- Commit 804c053fdfbce4b7f1f810b1019f778c02f50020 in geode's branch refs/heads/develop from [~PivotalSarge] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=804c053 ] GEODE-4518: Replace DSCODE with an enumeration. (#1738) * GEODE-4518: Replace DSCODE with an enumeration. - Deprecate DSCODE interface. - Introduce HeaderByte enum. - Replace explicit references to DSCODE with explicit references to HeaderByte. * GEODE-4518: Update analysis files. * GEODE-4518: Add unit test for value uniqueness. * GEODE-4518: Convert DSCODE into enum that replaces HeaderByte. > make DSCODE an enum > ------------------- > > Key: GEODE-4518 > URL: https://issues.apache.org/jira/browse/GEODE-4518 > Project: Geode > Issue Type: Improvement > Components: serialization > Reporter: Galen O'Sullivan > Assignee: Michael Dodge > Priority: Major > Labels: Starter, pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > From DSCODE: > {color:#629755}/** > {color}{color:#629755} * An interface that contains a bunch of static final > values used for the implementation of > {color}{color:#629755} * {{color}{color:#629755}@link > {color}{color:#629755}DataSerializer}. It is basically an Enum and could be > changed to one once we drop 1.4. The > {color}{color:#629755} * allowed range of these codes is -128..127 inclusive > (i.e. byte). > {color}{color:#629755} * > {color}{color:#629755} * {color}{color:#629755}@since > {color}{color:#629755}GemFire 5.7{color} > {color:#333333}Since we no longer support Java 4, let's make this an > enum.{color} -- This message was sent by Atlassian JIRA (v7.6.3#76005)