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

Fix HttpSecurity Deprecation notices #15827

Merged
merged 2 commits into from
Sep 20, 2024
Merged

Conversation

rs017991
Copy link
Contributor

This is a follow-up to #13010

At that time, existing deprecation notices were upgraded to 'for removal', yet:

  1. The annotation itself was not updated to reflect 'for removal'
  2. Further, they both suggest migrating to a method that is also deprecated and slated for removal.

Those two issues combine to create a humorous situation where a deprecation warning turns into a deprecation error if you follow the advice.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 19, 2024
@rwinch rwinch self-assigned this Sep 20, 2024
@rwinch rwinch added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 20, 2024
@rwinch rwinch added this to the 6.4.0-RC1 milestone Sep 20, 2024
@rwinch rwinch merged commit 22dffc0 into spring-projects:main Sep 20, 2024
6 checks passed
@rwinch
Copy link
Member

rwinch commented Sep 20, 2024

Thanks for the Pull Request! This is now merged into main 😄

@rwinch rwinch added the in: config An issue in spring-security-config label Sep 20, 2024
@rwinch rwinch changed the title Complete HttpSecurity Deprecation notices Fix HttpSecurity Deprecation notices Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: config An issue in spring-security-config type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants