mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 21:39:05 +00:00
Spring MVC now treats Flux<String> + "application/json" as (serialized) text to be written directly to the response as is. This is consistent with the rendering of String + "application/json". Issue: SPR-15456