mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
Previously WithSecurityContextTestExecutionListener did not respect @NestedTestConfiguration. This commit switches to using TestContextAnnotationUtils to ensure that @NestedTestConfiguration is respected. Closes gh-9193