mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-03-11 17:14:49 +00:00
Previously WithSecurityContextTestExecutionListener did not respect @NestedTestConfiguration. This commit switches to using TestContextAnnotationUtils to ensure that @NestedTestConfiguration is respected. Closes gh-9193