You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bruce Schuchardt (Jira)" <ji...@apache.org> on 2019/08/29 22:13:00 UTC

[jira] [Resolved] (GEODE-7119) Version ordinal constants are byte but should be short

     [ https://issues.apache.org/jira/browse/GEODE-7119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Schuchardt resolved GEODE-7119.
-------------------------------------
    Fix Version/s: 1.11.0
       Resolution: Fixed

> Version ordinal constants are byte but should be short
> ------------------------------------------------------
>
>                 Key: GEODE-7119
>                 URL: https://issues.apache.org/jira/browse/GEODE-7119
>             Project: Geode
>          Issue Type: Bug
>          Components: membership, serialization
>            Reporter: Bruce Schuchardt
>            Assignee: Bruce Schuchardt
>            Priority: Major
>             Fix For: 1.11.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The ordinal constants in Version.java are all of type "byte" but the "ordinal" instance variable is a "short".  The constructor for Version takes a "byte" but it should take a "short".
> Version.GEODE_1_11_0_ORDINAL is currently set at 107 but it should be increased to 110 to give us some spare ordinals in case we need to create a patch release of 1.11 that has on-wire changes.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)