Hi there,
Following on #26817, a webclient call will crash with a org.springframework.web.reactive.function.UnsupportedMediaTypeException when deserializing a response with a content-type header such as application/my.company.v1+x-ndjson.
Constant org.springframework.http.codec.json.Jackson2CodecSupport#defaultMimeTypes already supports generic json mime type application/*+json. Shouldn't it contain the ndjson generic one application/*+x-ndjson as well.
Thanks !