Skip to content

Remove spring.webflux.multipart.streaming property #32658

@bclozel

Description

@bclozel

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions