Related to #19465, WebMvc.fn SSE handling breaks when spring.jackson.serialization.indent_output=true is configured on Spring Boot side, likely because MediaType.TEXT_EVENT_STREAM is not visible from the Jackson converter here, skipping the SSE special handling code in AbstractJackson2HttpMessageConverter.
Related to #19465, WebMvc.fn SSE handling breaks when
spring.jackson.serialization.indent_output=trueis configured on Spring Boot side, likely becauseMediaType.TEXT_EVENT_STREAMis not visible from the Jackson converter here, skipping the SSE special handling code inAbstractJackson2HttpMessageConverter.