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
@ -71,7 +71,7 @@ public class WithSecurityContextTestExecutionListener extends
@@ -71,7 +71,7 @@ public class WithSecurityContextTestExecutionListener extends
@ -83,6 +83,23 @@ public class WithSecurityContextTestExecutionListener extends
@@ -83,6 +83,23 @@ public class WithSecurityContextTestExecutionListener extends
@ -35,7 +48,12 @@ public class WithSecurityContextTestExecutionListenerTests {
@@ -35,7 +48,12 @@ public class WithSecurityContextTestExecutionListenerTests {
@ -45,10 +63,48 @@ public class WithSecurityContextTestExecutionListenerTests {
@@ -45,10 +63,48 @@ public class WithSecurityContextTestExecutionListenerTests {