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

Remove SimpleClientHttpRequestFactory.setOutputStreaming(boolean) in SF 6.1 #559

Merged

Conversation

timtebeek
Copy link
Contributor

Deprecated for removal in 6.1: Requests are now always streaming.

as of 6.1 requests are always streamed, as if this property is {@code true}

https://github.com/spring-projects/spring-framework/blob/29dce74fcdd62c6c877973378368fe342afb5fbd/spring-web/src/main/java/org/springframework/http/client/SimpleClientHttpRequestFactory.java#L145-L148

@timtebeek timtebeek self-assigned this Aug 2, 2024
@timtebeek timtebeek added recipe Recipe requested boot-3.3 labels Aug 2, 2024
@timtebeek timtebeek changed the title Remove SimpleClientHttpRequestFactory setOutputStreaming in SF 6.1 Remove SimpleClientHttpRequestFactory.setOutputStreaming(boolean) in SF 6.1 Aug 2, 2024
@timtebeek timtebeek merged commit 3427585 into main Aug 2, 2024
2 checks passed
@timtebeek timtebeek deleted the remove-SimpleClientHttpRequestFactory-setOutputStreaming branch August 2, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
boot-3.3 recipe Recipe requested
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant