Closed
Description
John Cater opened SWS-238 and commented
AbstractMethodEndpointMapping has a method, getEndpointClass, which attempts to determine the correct base class for an endpoint. This method correctly deals with CGLIB-based proxies, but does not handle the more common JDK proxies.
One solution would be to use the AopUtils.getTargetClass method to perform this check.
Affects: 1.0.2
Issue Links:
- Endpoint annotation should be annotated as @Inherited [SWS-262] #419 Endpoint annotation should be annotated as
@Inherited