Closed
Description
Spring Kafka 1.0.3 depends on Spring Messaging 4.2.6.
Spring Boot 1.4.0 manages that version to Spring Messaging 4.3.2.
If used together, this line (recently introduced while fixing #160):
in Spring Kafka leads to a java.lang.NoSuchMethodError
, as the parameterless constructor for MessageMethodArgumentResolver
is no longer available in Spring Messaging ≥4.3.0.
Metadata
Metadata
Assignees
Labels
No labels