mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-07 20:52:13 +00:00
22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
[[migration]]
|
|
= Migrating to 7.0
|
|
:spring-security-reference-base-url: https://docs.spring.io/spring-security/reference
|
|
|
|
Spring Security 6.5 is the last release in the 6.x generation of Spring Security.
|
|
It provides strategies for configuring breaking changes to use the 7.0 way before updating.
|
|
We recommend you use 6.5 and {spring-security-reference-base-url}/6.5/migration-7/index.html[its preparation steps] to simplify updating to 7.0.
|
|
|
|
After updating to 6.5, follow this guide to perform any remaining migration or cleanup steps.
|
|
|
|
And recall that if you run into trouble, the preparation guide includes opt-out steps to revert to 5.x behaviors.
|
|
|
|
== Update to Spring Security 7
|
|
|
|
The first step is to ensure you are the latest patch release of Spring Boot 4.0.
|
|
Next, you should ensure you are on the latest patch release of Spring Security 7.
|
|
For directions, on how to update to Spring Security 7 visit the xref:getting-spring-security.adoc[] section of the reference guide.
|
|
|
|
== Perform Application-Specific Steps
|
|
|
|
Next, there are steps you need to perform based on whether it is a xref:migration/servlet/index.adoc[Servlet] or xref:migration/reactive.adoc[Reactive] application.
|