Skip to content

Serializable objects should be deserializable between minor versions #3737

Closed
@jkubrynski

Description

@jkubrynski

Currently after #1945 serialVersionUid is set for whole project, which means even if particular class is not changed between releases it'll be impossible to deserialize it due to serialVersionUid update. That could be solved by keeping serialVersionUid separate for each class and update it only after the class is changed. Also providing some tests to check compatibility.

Metadata

Metadata

Labels

in: coreAn issue in spring-security-coretype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions