Skip to content
Snippets Groups Projects
Commit e9568b1e authored by Daniel Gerhardt's avatar Daniel Gerhardt Committed by Daniel Gerhardt
Browse files

Use AspectJ weaving instead of JDK/cglib proxies for AOP

This eliminates issues in edge cases like calling annotated methods from
inside the same class. The use of `AopContext.currentProxy()` and the
`exposeProxy` setting are no longer necessary for these cases.
parent 055db36d
Pipeline #9177 passed with stages
in 3 minutes and 13 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment