Skip to content
Snippets Groups Projects

Use AspectJ weaving instead of JDK/cglib proxies for AOP

Merged Daniel Gerhardt requested to merge aspectj-weaving into master

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.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
Please register or sign in to reply