Skip to content

Remove spring.webflux.multipart.streaming property #32658

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

Closed
bclozel opened this issue Oct 10, 2022 · 0 comments
Closed

Remove spring.webflux.multipart.streaming property #32658

bclozel opened this issue Oct 10, 2022 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@bclozel
Copy link
Member

bclozel commented Oct 10, 2022

As of spring-projects/spring-framework#29293, the streaming mode on the DefaultPartHttpMessageReader is deprecated as hard limitations have been found with the design and won't be fixed. Instead, developers should use the PartEvevnt API and the PartEventHttpMessageReader (which is configured by default with the codecs).

We should then remove spring.webflux.multipart.streaming property and apply all spring.webflux.multipart.* that are applicable PartEventHttpMessageReader.

@bclozel bclozel added the type: enhancement A general enhancement label Oct 10, 2022
@bclozel bclozel added this to the 3.0.0-RC1 milestone Oct 10, 2022
@bclozel bclozel self-assigned this Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant