Skip to content

Document alternatives to HttpMessageConverters#51124

Open
MacAlsandair wants to merge 1 commit into
spring-projects:mainfrom
MacAlsandair:update-httpmessageconverters-docs
Open

Document alternatives to HttpMessageConverters#51124
MacAlsandair wants to merge 1 commit into
spring-projects:mainfrom
MacAlsandair:update-httpmessageconverters-docs

Conversation

@MacAlsandair

Copy link
Copy Markdown

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
Spring Boot's HttpMessageConverters has been removed in favour of Spring
Framework's, but the reference documentation still referred to it. Update
the remaining references and, where the surrounding text described the
convenience bean it used to provide, describe the client and server
customizers instead.

Signed-off-by: Alexander Makarov <alexander.makarov@nightsong.li>
@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
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