mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
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