You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to deserialize an earlier version of an object with the following new field results in the new field being set to null instead of a new list. This causes NPE errors downstream
Using version fst-3.0.1
@Version(3)
private List<MyObject> status = new ArrayList<>();
Also tested with field marked as final
The text was updated successfully, but these errors were encountered:
Attempting to deserialize an earlier version of an object with the following new field results in the new field being set to null instead of a new list. This causes NPE errors downstream
Using version fst-3.0.1
Also tested with field marked as final
The text was updated successfully, but these errors were encountered: