spring-rest-exception-handler
spring-rest-exception-handler copied to clipboard
NoSuchRequestHandlingMethodException is deprecated
Hello,
Thank you very much for this very useful lib!
At cz.jirutka.spring.exhandler.RestHandlerExceptionResolverBuilder#getDefaultHandlers there is a reference to the deprecated NoSuchRequestHandlingMethodException which will be removed with the new version of Spring. Perhaps this class should be loaded only when it exists?
And with the release of spring 5 in the last few days this lib is incompatible with Spring5
@jirutka Please add support spring 5. In package there is import org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException which is not existing in spring 5