-
Notifications
You must be signed in to change notification settings - Fork 634
Open
@fgnfexacht
Description
Condition:
Use Redis to persist the component.
Use hot deployment.
Use the enumeration class as the state generic S.
Symptom: The restore fails, which is always the initial state of the state configuration.
Cause:
After hot deployment is enabled, a different classloader is used to load the state enumeration class deserialized by Redis, resulting in a failure to compare the classes when the state enumeration is matched.