-
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
DefaultRestClientBuilder.defaultRequest(...)
doesn't do anything
#32028
Comments
Lines 325 to 330 in 0c42965
Lines 481 to 484 in 0c42965
Hi @poutsma ! I found that
Line 117 in 0c42965
Lines 365 to 380 in 0c42965
But on |
@ThomasKasene Indeed this was an oversight similar to #31625. In this case, however, we can enable support for the feature without making API changes, so I will commit a change shortly. @injae-kim I did not see your PR until just now, and have already prepared a fix myself. Our fixes are fairly similar, by the looks of it, though I decided to follow the behaviour of |
@poutsma aha then feel free to just close my PR~! if there's anything I can contribute or help, please share to me. thanks! 👍 |
DefaultRestClientBuilder.defaultClient(Consumer<RestClient.RequestHeadersSpec<?>>)
can be used to set a property, but that property is never actually used when building theRestClient
.Is this related to #31625?
The text was updated successfully, but these errors were encountered: