spring-projects / spring-security

Spring Security
http://spring.io/projects/spring-security
Apache License 2.0
8.55k stars 5.79k forks source link

SpringSecurityCoreVersion.SERIAL_VERSION_UID is wrong in Spring Security 6.3 #15154

Closed yu-shiba closed 1 month ago

yu-shiba commented 1 month ago

Describe the bug The SpringSecurityCoreVersion.SERIAL_VERSION_UID, which is updated on major and minor updates, is still 620L. https://github.com/spring-projects/spring-security/blob/6956ed693c734bc2359bd625e6d9bd76c0bffed5/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java#L43

To Reproduce We can check it on the code.

Expected behavior In Spring Security 6.3 it must be set to 630L.

marcusdacoregio commented 1 month ago

Hi, @yu-shiba. The serial version is right, please see https://github.com/spring-projects/spring-security/issues/3737

yu-shiba commented 1 month ago

Hi, @marcusdacoregio. Sorry. I did not gather enough information. I have read the Blog and now understand the background. Thank you very much.