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