-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement
Description
Keith Donald opened SPR-7484 and commented
Currently use of @Configuration
requires cglib when defining scoped beans. In general, cglib is not needed when AspectJ is already being used. As a user, I'd like to be able to use the full-power of @Configuration
with AspectJ, and without being required to add cglib to my classpath.
Affects: 3.0.4
Issue Links:
- Support for ByteBuddy as an alternative to CGLIB [SPR-8190] #12840 Support for ByteBuddy as an alternative to CGLIB ("is depended on by")
- Upgrade to ASM 4.0 and CGLIB 3.0 [SPR-9669] #14303 Upgrade to ASM 4.0 and CGLIB 3.0
- @Async support in spring-aspects with AspectJ [SPR-7369] #12027
@Async
support in spring-aspects with AspectJ
2 votes, 3 watchers
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement