Skip to content

Spring Kafka 1.0.3 is incompatible with Spring Boot 1.4.0 #172

Closed
@hho

Description

@hho

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):

https://github.com/spring-projects/spring-kafka/pull/163/files#diff-9eb98895b58208ad047d219021c8db6dR635

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions