
Prior to this commit, some properties in the `spring.webflux.multipart` namespace were ignored for the streaming use case because those were not supported in streaming mode with `PartEvent`. As of Spring Framework 6.1, the `max-parts` and `max-disk-usage-per-part` properties can be supported and this commit maps those properties accordingly. Fixes gh-37642