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

Restore Request.Body accessibility for compatibility #1164

Merged
merged 1 commit into from Jan 21, 2020

Conversation

kdavisk6
Copy link
Member

Fixes #1163

Restores Request.Body.encoded static function and
RequestTemplate.requestBody to restore compatibility.
Additionally, mark it as deprecated to encourage usage of
RequestTemplate.body.

Request.Body is an internal abstraction that was made built
in an effort to better manage request body data. It was made
public too early and will be reverted back to it's internal
state in future releases.

Fixes OpenFeign#1163

Restores `Request.Body.encoded` static function and
`RequestTemplate.requestBody` to restore compatibility.
Additionally, mark it as deprecated to encourage usage of
`RequestTemplate.body`.

`Request.Body` is an internal abstraction that was made built
in an effort to better manage request body data.  It was made
public too early and will be reverted back to it's internal
state in future releases.
@kdavisk6 kdavisk6 added breaking change Change that proposes a non-backward compatible breaking change bug Unexpected or incorrect behavior labels Jan 21, 2020
@kdavisk6 kdavisk6 merged commit 54c0685 into OpenFeign:master Jan 21, 2020
@kdavisk6 kdavisk6 deleted the gh1163-restore-body-encoded branch March 19, 2020 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Change that proposes a non-backward compatible breaking change bug Unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request.Body in 10.7.3 is API-incompatible with 10.7.2 and breaks downstream projects
1 participant