• J
    Fix conversion of Message<?> payload for replies · 72894b26
    Juergen Hoeller 提交于
    If a custom MessageConverter is set, it is not used for replies defined
    via the Message abstraction. This commit harmonizes the behaviour of the
    `MessagingMessageConverter` so that the conversion of the payload can
    be converted for both incoming and outgoing messages.
    
    Issue: SPR-12912
    72894b26
AbstractAdaptableMessageListener.java 15.8 KB