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
2022-10-10 14:59:34 +02:00
..
spring-boot Space out smart lifecycle phases used for graceful shutdown 2022-10-06 13:11:29 +01:00
spring-boot-actuator Polish HTTP client observability changes 2022-10-07 19:05:14 +02:00
spring-boot-actuator-autoconfigure Polish HTTP client observability changes 2022-10-07 19:05:14 +02:00
spring-boot-autoconfigure Remove spring.webflux.multipart.streaming property 2022-10-10 14:59:34 +02:00
spring-boot-dependencies Upgrade to Thymeleaf 3.1.0-M3 2022-10-07 11:42:01 +02:00
spring-boot-devtools Use Stream.toList instead of Stream.collect when possible 2022-10-04 00:29:22 -07:00
spring-boot-docs Polish HTTP client observability changes 2022-10-07 19:05:14 +02:00
spring-boot-parent Compile against SnakeYAML 1.32 and test against older versions 2022-09-15 11:55:44 +01:00
spring-boot-starters Upgrade to Thymeleaf 3.1.0-M3 2022-10-07 11:42:01 +02:00
spring-boot-test Prevent duplicate registration of TestRestTemplate after AOT processing 2022-10-06 12:56:38 +01:00
spring-boot-test-autoconfigure Use Stream.toList instead of Stream.collect when possible 2022-10-04 00:29:22 -07:00
spring-boot-tools Use Neo4j 4.4.11 for integration testing 2022-10-06 19:53:46 +01:00