Closed martinvisser closed 5 years ago
@martinvisser thanks for the feedback. Yes, it appears to be a bug. The workaround is to include the servlet api dependency, as you said. We'll get a fix released soon.
@martinvisser this change is available in 3.0.3.BUILD-SNAPSHOT
, if you'd like to verify the fix before a release.
@royclarkson Works like a charm!
@martinvisser thanks 👍
this issue persists in Spring Boot 2.4.5, is there a fix available ?
@sayantansinha we have tests that validate this specific issue now. Can you please open a new issue and provide details of exactly what isn't working? Please include the versions of java and Spring libraries you are using. Thanks.
Upgrading to version 3.0.2.RELEASE and using spring-boot-starter-webflux version 2.1.5.RELEASE the
ServiceBrokerExceptionHandler
has a new method:MissingServletRequestParameterException
extends theServletException
which isn't available.Any suggestions? Of course I can add the servlet api dependency, but I'm not using MVC at all in this project, so that doesn't seem right.
Running
results in the following stack trace: