mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-02-09 15:04:43 +00:00
In some configurations, Configuration classes with static elements may cause a test to hang. This commit changes JeeConfigurerTests test configuration classes to use mock beans instead of referencing them as static fields.