Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Issue Links
- links to