ControlFlowPointcut cannot use with Advisor bean #32803
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: invalid
An issue that we don't feel is valid
I'm trying to create a profiling performance of controller classes.
I saw that Spring AOP offers PerformanceMonitoringInterceptor working with AspectJ expression.
In Spring AOP, a pointcut work instead of
cflow
expression isControlFlowPointcut
.Nevertheless, when combined with DefaultPointcutAdvisor. The application failed to initialize when generating CGLIB subclass.
see below stack traces,
I've no idea if it's a bug or misunderstanding of this pointcut usage.
For more details checkout my public repository, https://github.com/Panyaprach/spring-boot-demo (Try to modify class
AopConfiguration
)The text was updated successfully, but these errors were encountered: