mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
8d4320e9ef
Prior to this commit, the following method in AbstractMessageSendingTemplate simply ignored the supplied headers map. convertAndSend(Object, Map<String, Object>, MessagePostProcessor) Closes gh-36120