https://cwiki.apache.org/confluence/display/GEODE/Managing+Backward+Compatibility
On 1/29/18 8:59 AM, Jinmei Liao wrote:
I would like to change the ExpirationAction to a true Enum object, but this class is used by ExpirationAttributes which is a DataSerializable, and making the change fails the rolling upgrade tests. Anyone knows a good example that I can follow to update a DataSerializable object? Specifically, how do I implement the fromData and toData call? Thanks!