-
-
Notifications
You must be signed in to change notification settings - Fork 522
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
UpperSnakeCaseStrategy is not working with spring boot and ParameterObject #2643
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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: