Update What's New for 5.8

This commit is contained in:
Steve Riesenberg 2022-09-14 14:58:48 -05:00
parent 45bbd86f7e
commit 70eea8dc67
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521

View File

@ -4,5 +4,7 @@
Spring Security 5.8 provides a number of new features.
Below are the highlights of the release.
* https://github.com/spring-projects/spring-security/pull/11638[gh-11638] - Refresh remote JWK when unknown KID error occurs
* https://github.com/spring-projects/spring-security/pull/11782[gh-11782] - @WithMockUser Supported as Merged Annotation
* https://github.com/spring-projects/spring-security/issues/11661[gh-11661] - Configurable authentication converter for resource-servers with token introspection
* https://github.com/spring-projects/spring-security/pull/11771[gh-11771] - `HttpSecurityDsl` should support `apply` method