We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's no check if extended state is null per
kryo.writeClassAndObject(output, context.getExtendedState().getVariables());
Need to check against npe and why extended state was null when I did some testing with redis persistence.
The text was updated successfully, but these errors were encountered:
StateMachineContextSerializer handles history and id
f7a93a7
- Add missing serialisation for history map and machine id - Fix possible NPE with extended state - Fixes spring-projects#331 - Fixes spring-projects#333
Merged per f7a93a7
Sorry, something went wrong.
c4af0e7
- Add missing serialisation for history map and machine id - Fix possible NPE with extended state - Backport spring-projects#331 - Backport spring-projects#333 - Relates spring-projects#307
No branches or pull requests
There's no check if extended state is null per
Need to check against npe and why extended state was null when I did some testing with redis persistence.
The text was updated successfully, but these errors were encountered: