You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.