Closed
Description
Juergen Hoeller opened SPR-14616 and commented
As raised in spring-projects/spring-kafka#172, MessageMethodArgumentResolver
has a breaking change in 4.3 in that its default constructor got substituted with one accepting a MessageConverter
. Let's reintroduce a default constructor side by side for backwards compatibility.
Affects: 4.3 GA
Issue Links:
- @MessageMapping should support generically typed Message argument with converted payload [SPR-13288] #17878
@MessageMapping
should support generically typed Message argument with converted payload