-
Notifications
You must be signed in to change notification settings - Fork 41k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add section on AspectJ support #32642
Comments
Somehow my experiments seem to point that |
You are correct. |
A thing I always wondered is why is CGLIB the reference, when AspectJ supports proxying internal methods of a class (typical catcher). Or at least that was my mental note when I researched the topic some years ago |
Spring boot : v2.7.4
Hi,
I observe that if I did not add
@EnableAspectJAutoProxy
, my aspect can still work. So may i confirm if@EnableAspectJAutoProxy
is optional?The text was updated successfully, but these errors were encountered: