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
When any serializable component is added to Spring Security, a serialization sample must be generated. To ensure this, we should both add a test in SpringSecurityCoreVersionSerializableTests to find any Spring Security serialization class under test and fail if a .serialized file does not exist for the current version.
The text was updated successfully, but these errors were encountered:
Since we don't need to ensure the serializability of test components
across versions, we can ignore missing version UIDs when those
test components aren't about testing Java serialization.
Issue gh-17038
When any serializable component is added to Spring Security, a serialization sample must be generated. To ensure this, we should both add a test in
SpringSecurityCoreVersionSerializableTests
to find any Spring Security serialization class under test and fail if a.serialized
file does not exist for the current version.The text was updated successfully, but these errors were encountered: