Skip to content

Conversation

rbygrave
Copy link
Contributor

@rbygrave rbygrave commented Apr 29, 2025

@QueryParam String lastName               // -> "lastName" (no bug here, this was OK)
@QueryParam("q-2") String param2          // -> "q-2"
@Header String contentLength              // -> "Content-Length" (because headers automatic names are Init-Camel)
@Header("x-oh") String otherHeader        // -> "x-on"

@rbygrave rbygrave requested a review from SentryMan April 29, 2025 07:17
@rbygrave rbygrave self-assigned this Apr 29, 2025
@rbygrave
Copy link
Contributor Author

Ok, I'll merge this in before a PR review because I'm wanting another RC release to test out. If you are not liking this change @SentryMan we can adjust again.

@rbygrave rbygrave merged commit c25de39 into master Apr 29, 2025
6 checks passed
@rbygrave rbygrave deleted the feature/fix-openapi-json-parameter-names branch April 29, 2025 12:17
@SentryMan SentryMan added this to the 3.4 milestone Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants