@@ -10,8 +10,6 @@ Below are the highlights of the release.
1010
1111== Breaking Changes
1212
13- * https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support.
14- Use the OpenSaml 4 Support instead.
1513* https://github.com/spring-projects/spring-security/issues/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`.
1614Instead use data storage to encrypt values.
1715* https://github.com/spring-projects/spring-security/issues/11520[gh-11520] - Remember Me uses SHA256 by default
@@ -41,13 +39,14 @@ Instead, use `requestMatchers` or `HttpSecurity#securityMatchers`.
4139* https://github.com/spring-projects/spring-security/issues/11110[gh-11110] - Require explicit session saves by default
4240* https://github.com/spring-projects/spring-security/issues/11057[gh-11057] - Remove `MessageSourceAware` from `ExceptionTranslationWebFilter`
4341* https://github.com/spring-projects/spring-security/issues/12022[gh-12202] - Remove OAuth deprecations
44- * Remove `Converter` constructors from `Saml2MetadataFilter` and `Saml2AuthenticationTokenConverter`
45- * Remove `Saml2AuthenticationRequestContextResolver` and `Saml2AuthenticationRequestFactory`
46- * Remove `Saml2AuthenticationToken(String, String, String, String, List)`
47- * Remove `RelyingPartyRegistration.ProviderDetails`
48- * Remove `OpenSamlAuthenticationProvider`
49-
50- * Remove SAML deprecations
42+ * https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support.
43+ Use the OpenSaml 4 Support instead.
44+ * https://github.com/spring-projects/spring-security/issues/11077[gh-11077] - Remove SAML deprecations
45+ ** Remove `Converter` constructors from `Saml2MetadataFilter` and `Saml2AuthenticationTokenConverter`
46+ ** Remove `Saml2AuthenticationRequestContextResolver` and `Saml2AuthenticationRequestFactory` and implementations
47+ ** Remove `Saml2AuthenticationToken(String, String, String, String, List)`
48+ ** Remove `RelyingPartyRegistration.ProviderDetails` and related methods
49+ ** Remove `OpenSamlAuthenticationProvider`
5150
5251== Core
5352
0 commit comments