Skip to content

AbstractMethodEndpointMapping does not support JDK Proxies [SWS-238] #390

Closed
@gregturn

Description

@gregturn

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:

Referenced from: commits df1b8ad, fa25ac7

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions