-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Improve migration guidance #2272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,13 @@ | |
| [[getting-started]] | ||
| = Getting Started | ||
|
|
||
| [IMPORTANT] | ||
| ==== | ||
| Spring Authorization Server has https://spring.io/blog/2025/09/11/spring-authorization-server-moving-to-spring-security-7-0[moved to Spring Security 7.0] and this documentation is no longer updated for Spring Boot 4. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We don't do updates to maintenance branches unless it's a bug fix. The project page and GitHub project provide the same notice that indicates the move to Spring Security 7.0 and also provides a link to the blog announcement explaining the decision for the move. The blog announcement also provides a link to the new reference documentation location in Spring Security 7. |
||
| If you are on Spring Boot 4 (or migrating), use the Spring Security Authorization Server documentation: | ||
| https://docs.spring.io/spring-security/reference/servlet/oauth2/authorization-server/index.html[Spring Security Authorization Server Reference]. | ||
| ==== | ||
|
|
||
| If you are just getting started with Spring Authorization Server, the following sections walk you through creating your first application. | ||
|
|
||
| [[system-requirements]] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this sentence is redundant as it's already stated in: