spring-boot/spring-boot-project/spring-boot-autoconfigure
Stephane Nicoll f5761bd508 Auto-configure listener container factory without consumer factory
Previously, the presence of a `ConsumerFactory` bean would make the
auto-configured one to back off, leading to a failure down the line if
no available instance matches the generics criterion. This commit
improves the auto-configuration to create a `ConsumerFactory<?,?>`
behind the scenes if none is available.

Closes gh-19221
2020-03-23 12:52:33 +01:00
..
src Auto-configure listener container factory without consumer factory 2020-03-23 12:52:33 +01:00
pom.xml Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00