You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spring.mvc.converters.preferred-json-mapper is used by HttpMessageConvertersAutoConfiguration. It controls the HttpMessageConverter for json that's auto-configured (Jackson, Json-B, or Gson) and affects anything that uses HTTP message converters (for example, RestTemplate and RestClient) not just Spring MVC. We should rename it to spring.http.converters.preferred-json-mapper.
The text was updated successfully, but these errors were encountered:
spring.mvc.converters.preferred-json-mapper
is used byHttpMessageConvertersAutoConfiguration
. It controls theHttpMessageConverter
for json that's auto-configured (Jackson, Json-B, or Gson) and affects anything that uses HTTP message converters (for example,RestTemplate
andRestClient
) not just Spring MVC. We should rename it tospring.http.converters.preferred-json-mapper
.The text was updated successfully, but these errors were encountered: