Configure HttpMessageConverters as a list#36083
Closed
haydenrear wants to merge 1 commit intospring-projects:mainfrom
Closed
Configure HttpMessageConverters as a list#36083haydenrear wants to merge 1 commit intospring-projects:mainfrom
haydenrear wants to merge 1 commit intospring-projects:mainfrom
Conversation
Contributor
haydenrear
commented
Dec 30, 2025
Adds ability to add message converter at specific index to builders, and propagates through to java.util.List.add(idx, ...) Signed-off-by: hayden.rear <hayden.rear@gmail.com>
Contributor
Author
|
@bclozel I created the PR again and got the DCO to pass as a check. Not sure if you still wanted to close it. I made a mistake on the DCO app when I installed it - it's the first time I'd used DCO. |
bclozel
pushed a commit
that referenced
this pull request
Jan 7, 2026
This commit adds a new `configureMessageConvertersList` method on the builder to add/remove/move converters in the resulting list before they are individually post-processed. This allows to re-introduce a behavior that was missing with the new contract: the ability to append a converter at the end of the list. See gh-36083 Signed-off-by: hayden.rear <hayden.rear@gmail.com>
Member
|
Thanks for your contribution @haydenrear this is now merged in the main branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.