2018-03-05 17:56:47 -05:00
|
|
|
[[new]]
|
2023-06-22 13:03:28 -04:00
|
|
|
= What's New in Spring Security 6.2
|
2018-03-05 17:56:47 -05:00
|
|
|
|
2023-06-22 13:03:28 -04:00
|
|
|
Spring Security 6.2 provides a number of new features.
|
2018-03-05 17:56:47 -05:00
|
|
|
Below are the highlights of the release.
|
2023-05-12 19:30:38 -04:00
|
|
|
|
2023-06-23 08:51:28 -04:00
|
|
|
== Configuration
|
|
|
|
|
|
|
|
* https://github.com/spring-projects/spring-security/issues/5011[gh-5011] - xref:servlet/integrations/cors.adoc[(docs)] Automatically enable `.cors()` if `CorsConfigurationSource` bean is present
|
2023-07-12 09:04:26 -04:00
|
|
|
* https://github.com/spring-projects/spring-security/issues/13204[gh-13204] - xref:migration-7/configuration.adoc#_use_with_instead_of_apply_for_custom_dsls[(docs)] Add `AbstractConfiguredSecurityBuilder.with(...)` method to apply configurers returning the builder
|