-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Clarify that ClientRequest.from(..) also copies body #27220
Clarify that ClientRequest.from(..) also copies body #27220
Conversation
@AlexejTimonin Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@AlexejTimonin Thank you for signing the Contributor License Agreement! |
...ng-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientRequest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've requested one small change to document that "attributes" are copied as well.
Please also update the copyright date in ClientRequest
and DefaultClientRequestBuilderTests
.
...ng-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientRequest.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Sam Brannen <[email protected]>
@sbrannen I could not see any tests for attributes in |
ClientRequest.from(..)
will also copy body from the given request.