-
Notifications
You must be signed in to change notification settings - Fork 144
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
1648 http response fixes #1775
Conversation
…nfo from the HttpResponse that we need rather than the entire response.
Also import cleanup on spray-can-http-client-1.3.1
Resolves #1648 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
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.