You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that the codebase uses getBeanIfUnique logic in many places,
it is a little noisy to clarify how it works in just this location.
Instead, the previous commit simplifies the branching logic, reducing
the need for clarification of what could otherwise be surprising.
Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
Copy file name to clipboardExpand all lines: config/src/main/java/org/springframework/security/config/annotation/authentication/configuration/InitializeUserDetailsBeanManagerConfigurer.java
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -84,11 +84,7 @@ public void configure(AuthenticationManagerBuilder auth) {
84
84
return;
85
85
}
86
86
87
-
// Try to resolve a single candidate using the container's rules (@Primary,
0 commit comments