-
-
Notifications
You must be signed in to change notification settings - Fork 523
UpperSnakeCaseStrategy is not working with spring boot and ParameterObject #2643
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hi @buzzerrookie. Thank you for the code sample. It seems to be working. But in general it looks like an issue of springdoc and workaround exists. |
Checked the code. It brakes springdoc swagger. Requests parameters sent are not correctly mapped back. Sending request from swagger results in Bad Request. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
UpperSnakeCaseStrategy + ParameterObject + Spring Boot is not working properly.
Hi there.
I'm using Request DTO object.
With Rest Controller
There was a bug fixed #2484 Seems like case was missed and stayed untouched.
It's not a frequent case but our company needs it.
Versions are as follows
Thanks in advance.
The text was updated successfully, but these errors were encountered: