@@ -10,8 +10,6 @@ Below are the highlights of the release.
10
10
11
11
== Breaking Changes
12
12
13
- * https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support.
14
- Use the OpenSaml 4 Support instead.
15
13
* https://github.com/spring-projects/spring-security/issues/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`.
16
14
Instead use data storage to encrypt values.
17
15
* 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`.
41
39
* https://github.com/spring-projects/spring-security/issues/11110[gh-11110] - Require explicit session saves by default
42
40
* https://github.com/spring-projects/spring-security/issues/11057[gh-11057] - Remove `MessageSourceAware` from `ExceptionTranslationWebFilter`
43
41
* 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`
51
50
52
51
== Core
53
52
0 commit comments