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

Replace DelegatingAuthenticationConverter with one in Spring Security #1736

Closed

Conversation

franticticktick
Copy link
Contributor

Replacing DelegatingAuthenticationConverter with a similar one from spring security.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 11, 2024
Copy link
Collaborator

@jgrandja jgrandja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @CrazyParanoid.

Please address the review comment and then should be ready to merge.

* @since 0.0.2
* @see AuthenticationConverter
*/
public final class DelegatingAuthenticationConverter implements AuthenticationConverter {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This cannot be removed until 2.0 as it would be a breaking change for a minor.

Instead, please add @Deprecated at the class level and the @deprecated javadoc tag. See applyDefaultSecurity() as an example:

@jgrandja jgrandja added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Oct 16, 2024
@jgrandja jgrandja self-assigned this Oct 16, 2024
@franticticktick
Copy link
Contributor Author

Hi @jgrandja, thanks for your feedback. All your comments have been resolved.

@jgrandja jgrandja changed the title Replacing DelegatingAuthenticationConverter Replace DelegatingAuthenticationConverter with one in Spring Security Oct 17, 2024
@jgrandja jgrandja added this to the 1.4.0-RC1 milestone Oct 17, 2024
@jgrandja jgrandja closed this in 145599b Oct 17, 2024
@jgrandja
Copy link
Collaborator

Thanks for the update @CrazyParanoid ! This is now merged 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants