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
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