You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Brian Clozel d870474fcd Remove spring.webflux.multipart.streaming property
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 `PartEvent` API and the `PartEventHttpMessageReader`
(which is configured by default with the codecs).

This commit removes the `spring.webflux.multipart.streaming` property
and applies all `spring.webflux.multipart.*` properties that are
applicable to `PartEventHttpMessageReader`.

Closes gh-32658
2 years ago
..
spring-boot Space out smart lifecycle phases used for graceful shutdown 2 years ago
spring-boot-actuator Polish HTTP client observability changes 2 years ago
spring-boot-actuator-autoconfigure Polish HTTP client observability changes 2 years ago
spring-boot-autoconfigure Remove spring.webflux.multipart.streaming property 2 years ago
spring-boot-dependencies Upgrade to Thymeleaf 3.1.0-M3 2 years ago
spring-boot-devtools Use Stream.toList instead of Stream.collect when possible 2 years ago
spring-boot-docs Polish HTTP client observability changes 2 years ago
spring-boot-parent Compile against SnakeYAML 1.32 and test against older versions 2 years ago
spring-boot-starters Upgrade to Thymeleaf 3.1.0-M3 2 years ago
spring-boot-test Prevent duplicate registration of TestRestTemplate after AOT processing 2 years ago
spring-boot-test-autoconfigure Use Stream.toList instead of Stream.collect when possible 2 years ago
spring-boot-tools Use Neo4j 4.4.11 for integration testing 2 years ago