-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JsonMappingException if ResponseStatus == NO_CONTENT (204) #641
Comments
Hi @Ichigo85, Could you please add a sample Hello Controller to reproduce your issue ? Can you validate if you are having the same result with latest snaphot? |
Unfortunately not, with 1.3.8 version configuration is not working anymore. I received an error
Here is a sample HelloController. I sincerely not sure what is the issue that triggers this error on responseMap. I have a similar (but smaller) controller and everything works fine. This HelloController is not working either.
and this is the error:
|
Might be duplicate of #630. Can be valdated with v1.3.8 released today. |
Hi. I'm trying to make the migration to springdoc-openapi. After updating from 1.3.4 to 1.3.7 I have an error on java controller methods with annotation
@ResponseStatus(HttpStatus.NO_CONTENT)
.Creating OpenApi json I receive this error
The text was updated successfully, but these errors were encountered: