spring-framework/spring-webflux
Rossen Stoyanchev ff9daa9377 Adjust WebFlux behavior for @RequestPart List<T>
List<T> support was added relatively late, incorrectly decoding each
part to T which means no way to decode a single part to List<T> and
thatis the most common case (vs multipart parts with the same name).
This behavior was further misaligned with Spring MVC as well as with
the behavior for T[].

Closes gh-22973
2020-06-22 05:40:13 +01:00
..
src Adjust WebFlux behavior for @RequestPart List<T> 2020-06-22 05:40:13 +01:00
spring-webflux.gradle Revert "Upgrade to Kotlin 1.4 M2" 2020-06-18 14:06:39 +02:00