Skip to content

Conversation

@ckyeon
Copy link

@ckyeon ckyeon commented Dec 14, 2025

Summary

  • Clarifies that the authenticationProvider() method adds a provider to the existing list rather than replacing it
  • Documents that the provider is appended to the internal collection
  • Adds missing @param tag for the authenticationProvider parameter

Context

The original JavaDoc for AuthenticationManagerBuilder.authenticationProvider() could be misinterpreted as setting a single provider.

This change makes it explicit that the method appends the provider to the internal collection, which is important for users configuring multiple authentication providers.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 14, 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.

2 participants