Skip to content
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

fix(java): Send only request body reference for body-only wrapped request #5844

Merged
merged 9 commits into from
Feb 3, 2025

Conversation

ajgateno
Copy link
Member

@ajgateno ajgateno commented Feb 3, 2025

Fixes an inline path params bug where we'd encode the entire request if there was a referenced body getter with inlined path parameters in the request. With this PR we only encode the body.

@ajgateno ajgateno requested a review from dsinghvi as a code owner February 3, 2025 19:55
Copy link
Member

@amckinney amckinney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

@ajgateno ajgateno merged commit 2cef612 into main Feb 3, 2025
52 of 55 checks passed
@ajgateno ajgateno deleted the alberto/only-send-body-for-inline-requests branch February 3, 2025 20:27
Copy link

github-actions bot commented Feb 3, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants