-
Notifications
You must be signed in to change notification settings - Fork 353
AOP do not support '*' on class field with execution pointcut designator #1580
Comments
Reproduced with newest graal version:
Interestingly, |
I had a simillar issue with aspect causing a bunch of spring mvc beans to be proxied. My aspect was: |
Try to add
if you had same expection stack ,it should works |
When I test samples/class-proxies-aop, modify the LoggableAspect.java GraalvmDemoApplication,java
@Pointcut("execution(* com.example.graalvmdemo.rest.Person*.demo(..))")
it build success, but run failed with logs below
GraalVM Version:OpenJDK 64-Bit Server VM GraalVM CE 22.0.0.2 (build 11.0.14+9-jvmci-22.0-b05, mixed mode, sharing)
The text was updated successfully, but these errors were encountered: