spring-security/config
Rob Winch 7b6fd598d0 Multiple <authentication-manager> Do Not Duplicate Alias
Previously, two authentication managers with different ids would duplicate
the alias to the global authentication manager. This would cause failures
for when allowBeanDefinitionOverriding = false.

This commit ensures that if the global authentication manager alias is
already set, then it is not set again. This means the first
<authentication-manager> will be used as the global AuthenticationManager.

Closes gh-8767
2022-05-03 14:57:22 -05:00
..
src Multiple <authentication-manager> Do Not Duplicate Alias 2022-05-03 14:57:22 -05:00
spring-security-config.gradle Exclude javax from hibernate dependency 2022-01-19 14:35:25 -06:00