mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-13 18:05:02 +00:00
This commit introduces a test that verifies that Spring Security domain classes that implements Serializable and have the same serialVersionUID as SpringSecurityCoreVersion#SERIAL_VERSION_UID can be deserialized between minor versions. This commit also introduces another test that should be used to generate the files containing the serialized content of the objects. Closes gh-3737