Add NDJSON and deprecate application/stream+json
Closes gh-21283
This commit is contained in:
@@ -250,7 +250,7 @@
|
||||
By default, a SimpleAsyncTaskExecutor is used which does not re-use threads and is not recommended for production.
|
||||
|
||||
As of 5.0 this executor is also used when a controller returns a reactive type that does streaming
|
||||
(e.g. "text/event-stream" or "application/stream+json") for the blocking writes to the
|
||||
(e.g. "text/event-stream" or "application/x-ndjson") for the blocking writes to the
|
||||
"javax.servlet.ServletOutputStream".
|
||||
|
||||
]]></xsd:documentation>
|
||||
|
||||
Reference in New Issue
Block a user