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.