mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-08-02 23:53:38 +00:00
To make SpringSecurityCoreVersionSerializableTests more manageable, this commit moves the sample class constructions to a separate file. In this way, the tests file only changes when serialization tests are added. When classes are introduced, they can be added to SerializationSamples, separating the two concerns