Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wilkinsona opened this issue Mar 27, 2025 · 2 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@wilkinsona
Copy link
Member

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.

@wilkinsona wilkinsona added status: pending-design-work Needs design work before any code can be developed type: enhancement A general enhancement labels Mar 27, 2025
@wilkinsona wilkinsona added this to the 4.0.x milestone Mar 27, 2025
@gautambishal

This comment has been minimized.

@philwebb

This comment has been minimized.

@wilkinsona wilkinsona modified the milestones: 4.0.x, 3.5.x Apr 1, 2025
@wilkinsona wilkinsona self-assigned this Apr 1, 2025
@wilkinsona wilkinsona removed the status: pending-design-work Needs design work before any code can be developed label Apr 1, 2025
@wilkinsona wilkinsona modified the milestones: 3.5.x, 3.5.0-RC1 Apr 1, 2025
@wilkinsona wilkinsona reopened this Apr 1, 2025
@wilkinsona wilkinsona modified the milestones: 3.5.0-RC1, 3.5.x Apr 1, 2025
@wilkinsona wilkinsona modified the milestones: 3.5.x, 3.5.0-RC1 Apr 2, 2025
wilkinsona added a commit that referenced this issue Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants