mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Prior to this commit, Spring web frameworks were using the "application/x-ndjson" media type for streaming JSON payloads delimited with newlines. The "application/jsonl" media type seems to gain popularity in the broader ecosystem and could supersede NDJSON in the future. This commit adds support for JSON Lines as an alternative. Closes gh-36485