Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New fields are being deserialized into null #352

Open
matthew-stevens-qfree opened this issue Dec 17, 2024 · 0 comments
Open

New fields are being deserialized into null #352

matthew-stevens-qfree opened this issue Dec 17, 2024 · 0 comments

Comments

@matthew-stevens-qfree
Copy link

matthew-stevens-qfree commented Dec 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant