mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
c7413cbdfc
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>