Closed jzheaux closed 6 days ago
When AuthorizeReturnObject creates a CGLIB proxy, that proxy will need to look up the proxied object's methods with reflection.
AuthorizeReturnObject
To ensure those methods are available via reflection for the proxy, the appropriate runtime hints should be registered.
When
AuthorizeReturnObject
creates a CGLIB proxy, that proxy will need to look up the proxied object's methods with reflection.To ensure those methods are available via reflection for the proxy, the appropriate runtime hints should be registered.