Skip to content
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

Enhances Groovy awared AutoProxy for AOP #684

Closed
rainboyan opened this issue Nov 4, 2024 · 0 comments
Closed

Enhances Groovy awared AutoProxy for AOP #684

rainboyan opened this issue Nov 4, 2024 · 0 comments
Assignees
Labels
theme: spring Issues related to Spring type: enhancement A general enhancement
Milestone

Comments

@rainboyan
Copy link
Member

Spring Boot provides auto-configuration for aspect-oriented programming (AOP)

By default, Spring Boot’s auto-configuration configures Spring AOP to use CGLib proxies. To use JDK proxies instead, set configprop:spring.aop.proxy-target-class to false. If AspectJ is on the classpath, Spring Boot’s auto-configuration will automatically enable AspectJ auto proxy such that @EnableAspectJAutoProxy is not required.

  • Introduce GroovyAwareAutoProxyCreatorPostProcessor
@rainboyan rainboyan added theme: spring Issues related to Spring type: enhancement A general enhancement labels Nov 4, 2024
@rainboyan rainboyan added this to the 2023.1.0-M3 milestone Nov 4, 2024
@rainboyan rainboyan self-assigned this Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: spring Issues related to Spring type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant