-
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: duplicateA duplicate of another issueA duplicate of another issuetype: enhancementA general enhancementA general enhancement
Description
Mike Youngstrom opened SPR-3279 and commented
Cglib appears to be a poorly maintained and dying project. It would be nice to replace it with a more actively maintained project like javaassist for library dependency reasons. Newer versions of asm are not compatibly with the asm included in cglib-nodep which can cause problems.
Spring already provides all the abstraction needed to replace cglib with javaassist. a system property can be used initially while the javaassist aop provider is tested and then perhaps later could replace cglib as the default. Just a thought.
Mike
Affects: 2.0.3
Issue Links:
- Support for ByteBuddy as an alternative to CGLIB [SPR-8190] #12840 Support for ByteBuddy as an alternative to CGLIB ("duplicates")
9 votes, 8 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: duplicateA duplicate of another issueA duplicate of another issuetype: enhancementA general enhancementA general enhancement