Deprecate SERIAL_VERSION_UID
Closes gh-17623
This commit is contained in:
@@ -31,7 +31,7 @@ import org.springframework.security.core.SpringSecurityCoreVersion;
|
||||
*/
|
||||
public class InetOrgPerson extends Person {
|
||||
|
||||
private static final long serialVersionUID = SpringSecurityCoreVersion.SERIAL_VERSION_UID;
|
||||
private static final long serialVersionUID = 620L;
|
||||
|
||||
private String carLicense;
|
||||
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ import org.springframework.util.Assert;
|
||||
*/
|
||||
public class LdapUserDetailsImpl implements LdapUserDetails, PasswordPolicyData {
|
||||
|
||||
private static final long serialVersionUID = SpringSecurityCoreVersion.SERIAL_VERSION_UID;
|
||||
private static final long serialVersionUID = 620L;
|
||||
|
||||
private String dn;
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ import org.springframework.util.Assert;
|
||||
*/
|
||||
public class Person extends LdapUserDetailsImpl {
|
||||
|
||||
private static final long serialVersionUID = SpringSecurityCoreVersion.SERIAL_VERSION_UID;
|
||||
private static final long serialVersionUID = 620L;
|
||||
|
||||
private String givenName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user