Summary
At present, SpringSecurityCoreVersion.SERIAL_VERSION_UID are statically initialized. Whenever there is a bump in version, this is a required manual code change. If missed, some tests in SpringSecurityCoreVersionTests will fail.
It would be much more convenient if SERIAL_VERSION_UID was dynamically initialized with the current versions from a properties file.
Related #5065
Summary
At present,
SpringSecurityCoreVersion.SERIAL_VERSION_UIDare statically initialized. Whenever there is a bump in version, this is a required manual code change. If missed, some tests inSpringSecurityCoreVersionTestswill fail.It would be much more convenient if
SERIAL_VERSION_UIDwas dynamically initialized with the current versions from a properties file.Related #5065