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
At present, all SessionRepository implementations use Java serialization as the default serialization mechanism.
While convenient as a default, Java serialization has several well known limitations and the ecosystem appears to be getting ready to move away from it - see Towards Better Serialization document by Brian Goetz.
The next major release seems like a good opportunity to reconsider Spring Session's general approach to serialization.
The text was updated successfully, but these errors were encountered:
At present, all
SessionRepository
implementations use Java serialization as the default serialization mechanism.While convenient as a default, Java serialization has several well known limitations and the ecosystem appears to be getting ready to move away from it - see Towards Better Serialization document by Brian Goetz.
The next major release seems like a good opportunity to reconsider Spring Session's general approach to serialization.
The text was updated successfully, but these errors were encountered: