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

Fix deserializer.open() NPE by moving its invocation to all cases; bump version to 3.1.3-RC1 #29

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

jeffxiang
Copy link
Contributor

@jeffxiang jeffxiang commented Feb 23, 2024

Currently, deserializer.open() is only invoked in fresh state condition. Move its invocation to outside the if/else condition so that it is always invoked to prevent NPE. This is only an issue for 3.x versions.

Also bump version to 3.1.3-RC1

@jeffxiang jeffxiang requested a review from a team as a code owner February 23, 2024 18:41
@jeffxiang jeffxiang merged commit 0f1330b into 3.1 Feb 23, 2024
1 check passed
@jeffxiang jeffxiang deleted the deserializer_open_bug_fix branch February 23, 2024 19:18
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

Successfully merging this pull request may close these issues.

3 participants