mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-11-03 08:08:50 +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