You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CGLIB or JDK proxies are examples or frameworks that proxy classes. At the moment if one of the classes are proxied (for instance a Spring MVC controller), CGLIB generates different names. We need to somehow refer it to the same base class.
The text was updated successfully, but these errors were encountered:
CGLIB or JDK proxies are examples or frameworks that proxy classes. At the moment if one of the classes are proxied (for instance a Spring MVC controller), CGLIB generates different names. We need to somehow refer it to the same base class.
The text was updated successfully, but these errors were encountered: