Chris Hegarty
Chris Hegarty
@elasticmachine retest this please
@elasticmachine retest this please
@elasticmachine test this please
@elasticmachine test this please
@elasticmachine test this please
@elasticmachine test this please
@elasticmachine test this please
A couple of data points. While somewhat inefficient, Java serialization writes the String name of the enum constant thus avoiding the dependency on the ordinal. Additionally, we recently changed the...
Deleting an enum constant is not a binary compatible change [1]. For example, the constant's ordinal is used in the bytecode of a switch over an enum. [1] https://docs.oracle.com/javase/specs/jls/se21/html/jls-13.html#jls-13.4.26
Seems related to this (currently draft) PR #104618