Skip to content

Rename spring.mvc.converters.preferred-json-mapper to spring.http.converters.preferred-json-mapper #44925

Closed
@wilkinsona

Description

@wilkinsona

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions