mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-24 11:13:30 +00:00
Previously Spring Security's WithSecurityContextTestExecutionListener allowed a WithSecurityContextFactory<Annotation> to be used. This was broken in SEC-3074. This commit ensures that WithSecurityContextFactory<Annotation> is supported again. Fixes gh-3837