[
https://issues.apache.org/jira/browse/GEODE-7119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Hanson closed GEODE-7119.
------------------------------
Transition from Resolved to Closed for Apache Geode 1.11.0 RC4 release.
> 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 J Schuchardt
> Assignee: Bruce J 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.4#803005)