1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Deprecate SERIAL_VERSION_UID

Closes gh-17623
This commit is contained in:
Josh Cummings
2025-08-07 11:09:35 -06:00
parent 6f1232ce79
commit 6d1a886f92
51 changed files with 57 additions and 54 deletions
@@ -34,7 +34,7 @@ import org.springframework.util.Assert;
*/
public class Saml2Error implements Serializable {
private static final long serialVersionUID = SpringSecurityCoreVersion.SERIAL_VERSION_UID;
private static final long serialVersionUID = 620L;
private final String errorCode;
@@ -39,7 +39,7 @@ import org.springframework.util.Assert;
*/
public abstract class AbstractSaml2AuthenticationRequest implements Serializable {
private static final long serialVersionUID = SpringSecurityCoreVersion.SERIAL_VERSION_UID;
private static final long serialVersionUID = 620L;
private final String samlRequest;