mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-05-10 01:21:42 +00:00
Previously WithSecurityContextTestExecutionListener did not respect @NestedTestConfiguration. This commit switches to using TestContextAnnotationUtils to ensure that @NestedTestConfiguration is respected. Closes gh-9193