Browse Source

Merge branch '6.0.x'

pull/31312/head
Stéphane Nicoll 2 years ago
parent
commit
d36c4f75e3
  1. 4
      framework-docs/modules/ROOT/pages/core/beans/factory-scopes.adoc

4
framework-docs/modules/ROOT/pages/core/beans/factory-scopes.adoc

@ -514,8 +514,8 @@ the `<aop:scoped-proxy/>` element, a CGLIB-based class proxy is created. @@ -514,8 +514,8 @@ the `<aop:scoped-proxy/>` element, a CGLIB-based class proxy is created.
[NOTE]
====
CGLIB proxies intercept only public method calls! Do not call non-public methods
on such a proxy. They are not delegated to the actual scoped target object.
CGLIB proxies do not intercept private methods. Attempting to call a private method
on such a proxy will not delegate to the actual scoped target object.
====
Alternatively, you can configure the Spring container to create standard JDK

Loading…
Cancel
Save