Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

Redis persists the restore issue #1192

Description

@fgnfexacht

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    status/need-triageTeam needs to triage and take a first look

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions