Add support for pluggable proxy object factories [SPR-4987] #9663
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Johan opened SPR-4987 and commented
The Spring Framework is currently limited to work with JDK proxies or CGLIB proxies.
Please refactor the currently hard coded references to cglib into a pluggable layer allowing to provide custom proxy object factories, e.g. based on Javaassist or other bytecode libraries.
I can see about 5 classes directly referencing cglib in Spring Core, so the required effort should not be too high.
Affects: 2.5.5
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: