Closed jbedell-newrelic closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.83%. Comparing base (
5d47740
) to head (54cb21d
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
is there a reason this change wasn't made to spring_webclient5 as well?
Hi @vikinghawk , thanks for the question. At the time, in order to limit scope and potential impact, we made the decision to only update the latest version for most modules. As a result of your question, we discussed this today and decided to open a new ticket to address it for spring-webclient-5.0 as well. Here is a link to the ticket, so you can follow the progress.
Thanks for getting in touch!
The PR addresses the latest version of each module that handles external HTTP calls. The various wrapper classes used to access the headers of the response have been changed to only hold onto the headers rather than the entire response object.