Skip to content

Add @Endpoints support to AbstractEndpointExceptionResolver [SWS-344] #496

@gregturn

Description

@gregturn

Tareq Abedrabbo opened SWS-344 and commented

Currently, AbstractEndpointExceptionResolver subclasses do not support annotated endpoints (@Endpoint). The resolveException method checks whether the passed endpoint is in the mappedEndpoints sets. Annotated endpoints are enclosed in a MethodEndpoint object, which causes the mappedEndpoints.contains test to fail.


Affects: 1.5

Attachments:

Referenced from: commits bb84529

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions