Prepend without replacing in HttpMessageConverters
It was incorrect to simply replace existing instances because you can't tell from the instance which media types and java types it supports. This fix just prepends the custom converters so they get higher priority. Fixes gh-1293
Showing
Please register or sign in to comment