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
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.
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.