-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
examples: Updated the reference attachHeaders to newAttachHeadersInterceptor in HeaderClientInterceptor #11759
examples: Updated the reference attachHeaders to newAttachHeadersInterceptor in HeaderClientInterceptor #11759
Conversation
…tInterceptor in header example
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.
Is there any replacement for this deprecated method? Or is it totally removed?
This is what I found from the PR that removed the deprecated attachHeaders, Use {@code stub.withInterceptors(newAttachHeadersInterceptor(...))} instea
CC: @kannanjgithub
@shivaspeaks As per my understanding it looks like these deprecated methods are completely removed so this ticket is raised recently with the scope of removing the deleted reference of doc comments by label issue as docs. I hope we are good here, please confirm. |
The reference should be updated to |
@ejona86 Updated the same and Request you to do the needful. |
Updated the deleted reference attachHeaders to newAttachHeadersInterceptor in HeaderClientInterceptor for header example
Fixes #11693