You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thePartEvevnt
API and thePartEventHttpMessageReader
(which is configured by default with the codecs).We should then remove
spring.webflux.multipart.streaming
property and apply allspring.webflux.multipart.*
that are applicablePartEventHttpMessageReader
.The text was updated successfully, but these errors were encountered: