Skip to content

Document alternatives to HttpMessageConverters#51124

Merged
snicoll merged 1 commit into
spring-projects:4.0.xfrom
MacAlsandair:update-httpmessageconverters-docs
Jul 26, 2026
Merged

Document alternatives to HttpMessageConverters#51124
snicoll merged 1 commit into
spring-projects:4.0.xfrom
MacAlsandair:update-httpmessageconverters-docs

Conversation

@MacAlsandair

Copy link
Copy Markdown
Contributor

Spring Boot's HttpMessageConverters was removed in 07f8034 (gh-50955), but a few pages in the reference docs still refer to it.

In web/servlet.adoc and io/rest-client.adoc it's just a reference swap to Spring Framework's HttpMessageConverters. In how-to/spring-mvc.adoc that wasn't quite enough — the text there described the convenience bean and its methods for accessing the default and user-enhanced converters, which no longer exist, so I reworded those parts around ServerHttpMessageConvertersCustomizer and ClientHttpMessageConvertersCustomizer. I tried to follow the wording already used in the HttpMessageConverters section of web/servlet.adoc.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 24, 2026
@MacAlsandair
MacAlsandair force-pushed the update-httpmessageconverters-docs branch from ea0918b to a061645 Compare July 25, 2026 12:16
@snicoll

snicoll commented Jul 25, 2026

Copy link
Copy Markdown
Member

@MacAlsandair thanks. Arguably this should have been done as part of deprecating it. I'll review and backport to 4.0.x accordingly.

@snicoll snicoll added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Jul 25, 2026
@snicoll snicoll added this to the 4.0.x milestone Jul 25, 2026
@snicoll snicoll changed the title Update documentation for removed HttpMessageConverters Document alternatives to HttpMessageConverters Jul 25, 2026
See spring-projectsgh-51124

Signed-off-by: Alexander Makarov <alexander.makarov@nightsong.li>
@snicoll
snicoll force-pushed the update-httpmessageconverters-docs branch from a061645 to 0ddd846 Compare July 26, 2026 07:12
@snicoll
snicoll changed the base branch from main to 4.0.x July 26, 2026 07:12
@snicoll snicoll modified the milestones: 4.0.x, 4.0.8 Jul 26, 2026
@snicoll
snicoll merged commit 2d896e2 into spring-projects:4.0.x Jul 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: documentation A documentation update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants