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

Document @EnableWebFluxSecurity requiring @Configuration in 6.0.0 #12434

Closed
ashish-b-choudhary-db opened this issue Dec 19, 2022 · 1 comment
Closed
Assignees
Labels
in: docs An issue in Documentation or samples type: enhancement A general enhancement
Milestone

Comments

@ashish-b-choudhary-db
Copy link

ashish-b-choudhary-db commented Dec 19, 2022

Upon migrating an application to Spring Boot 3 I found that security config had stopped working.
I went through all the migration docs at https://docs.spring.io/spring-security/reference/migration/reactive.html to see if I missed something obvious. But didn't find anything.
Upon debugging and looking at examples, I realized that @Configuration has been removed from @EnableWebFluxSecurity annotation.

Not sure whether this change was really needed, anyways this being documented would be good.

@ashish-b-choudhary-db ashish-b-choudhary-db added status: waiting-for-triage An issue we've not yet triaged type: enhancement A general enhancement labels Dec 19, 2022
@marcusdacoregio
Copy link
Contributor

Hey @ashish-b-choudhary-db, thanks for the report.

This is documented in the 5.8 version of the documentation.

However, it's under the Servlet Migrations, I think we should consider copying it to the Reactive Migrations too.

@marcusdacoregio marcusdacoregio self-assigned this Dec 19, 2022
@marcusdacoregio marcusdacoregio added in: docs An issue in Documentation or samples and removed status: waiting-for-triage An issue we've not yet triaged labels Dec 19, 2022
@marcusdacoregio marcusdacoregio added this to the 5.8.2 milestone Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: docs An issue in Documentation or samples type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants