-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Make RestTemplateMetricsConfiguration conditional on a RestTemplateBuilder bean #15842
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
Conversation
Thanks very much for the PR, @Raheela1024. The first commit (7beca9e) is great. I'm not 100% sure that we need the changes in the other two commits (other than adding you as an |
Actually, In first commit i just added test case for added annotation but while running whole test case file getting below exception in all test cases instead of my added test cases.
While debugging the issue i got to know in In test cases we have below code that is update the
May b i fixed in wrong way please let me know if there is any other way? |
Thanks very much for the explanation, @Raheela1024. I think the problem is that |
…ed existing @AutoConfigureAfter on HttpClientMetricsAutoConfiguration.
Thanks very much @wilkinsona you solved my Problem. Thanks again kindly review and proceed. |
Thanks very much, @Raheela1024. The proposed changes have now been merged into master. If you are interested, I polished things a little bit in 22192c2. The biggest thing, and it was still really minor, was to move the new test method up next to the others rather than it being at the end of the class after the helper methods. |
No description provided.