Skip to content
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

1648 http response fixes #1775

Merged
merged 25 commits into from
Mar 1, 2024
Merged

1648 http response fixes #1775

merged 25 commits into from
Mar 1, 2024

Conversation

jbedell-newrelic
Copy link
Contributor

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.

@jbedell-newrelic jbedell-newrelic requested a review from a team February 29, 2024 14:47
@jbedell-newrelic
Copy link
Contributor Author

Resolves #1648

@codecov-commenter
Copy link

codecov-commenter commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.83%. Comparing base (5d47740) to head (54cb21d).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1775      +/-   ##
============================================
- Coverage     70.84%   70.83%   -0.01%     
- Complexity     9935     9936       +1     
============================================
  Files           825      825              
  Lines         39826    39826              
  Branches       6037     6037              
============================================
- Hits          28214    28212       -2     
- Misses         8887     8888       +1     
- Partials       2725     2726       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jbedell-newrelic jbedell-newrelic merged commit 4bfe27a into main Mar 1, 2024
103 checks passed
@vikinghawk
Copy link

is there a reason this change wasn't made to spring_webclient5 as well?

@jbedell-newrelic
Copy link
Contributor Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants