Any way to use Micronaut method interceptor work in Springboot (aop alliance) #8972
-
Hi, I am basically trying to write some common AOPs that will run on micronaut as well as could be reused in springboot. |
Beta Was this translation helpful? Give feedback.
Answered by
graemerocher
Mar 29, 2023
Replies: 1 comment 1 reply
-
Any update please ? is micronaut support aop alliance constructs i.e method interceptors |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would have to write some kind of adapter that invokes Micronaut advice. No idea if that is technically feasible or not.