Skip to content
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

WebSecurityConfigurerAdapter is deprecated and not compatible with Spring Boot 3.x #383

Open
uszeiss opened this issue May 22, 2023 · 1 comment

Comments

@uszeiss
Copy link

uszeiss commented May 22, 2023

Are there any plans to migrate the existing Spring Security configuration to APIs that are not deprecated and compatible with Spring Boot 3.x?

An example of a deprecated API can be found in SpringConfigSecurity. This class extends WebSecurityConfigurerAdapter which has been deprecated since Spring 5.7.0-M2. Since you cannot mix WebSecurityConfigurerAdapter and SecurityFilterChain, the current approach does not allow us to upgrade to Spring Boot 3.x.

Other Spring Security APIs might be deprecated as well.

@uszeiss
Copy link
Author

uszeiss commented Nov 13, 2023

Would it be possible to get feedback from the maintainers on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant