Skip to content

Conversation

@yybmion
Copy link
Contributor

@yybmion yybmion commented Mar 28, 2025

This PR deprecates the Authentication#setAuthenticated method in favor of implementing isAuthenticated().

Changes

  • Add @Deprecated to Authentication#setAuthenticated
  • Update JavaDoc to explain the deprecation and recommended alternative
  • Add migration guidance in authentication.adoc

Closes gh-16668

This commit deprecates the Authentication#setAuthenticated method
in favor of implementing isAuthenticated().

Closes spring-projectsgh-16668

Signed-off-by: yybmion <[email protected]>
@yybmion
Copy link
Contributor Author

yybmion commented Apr 4, 2025

I'd like to provide an update on this PR. A specific commit (616b43f) has been merged into main, causing conflicts with my PR.
I want to confirm that documenting in the authentication.adoc file is the correct approach for addressing the requirement "Add to the migration doc instructions to stop using Authentication#setAuthenticated".
Once confirmed, I'll proceed with rebasing to resolve the conflicts.

@jzheaux jzheaux self-assigned this Apr 8, 2025
@jzheaux jzheaux removed their assignment May 27, 2025
@yybmion yybmion closed this Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate Authentication#setAuthenticated

3 participants