Enabled test for AspectJ pointcut matching against lambda-defined bean
Issue: SPR-11807
This commit is contained in:
@@ -80,7 +80,6 @@ public class ConfigurationClassAspectIntegrationTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore // SPR-11807
|
|
||||||
public void withInnerClassAndLambdaExpression() {
|
public void withInnerClassAndLambdaExpression() {
|
||||||
ApplicationContext ctx = new AnnotationConfigApplicationContext(Application.class, CountingAspect.class);
|
ApplicationContext ctx = new AnnotationConfigApplicationContext(Application.class, CountingAspect.class);
|
||||||
ctx.getBeansOfType(Runnable.class).forEach((k, v) -> v.run());
|
ctx.getBeansOfType(Runnable.class).forEach((k, v) -> v.run());
|
||||||
|
|||||||
Reference in New Issue
Block a user