spring-boot/spring-boot-autoconfigure
Brian Clozel 23360d11a2 Change codec auto-configuration in HandlerStrategies
Since SPR-15415 and SPR-15435, the HandlerStrategies and its companion
builder are now using the new CodecConfigurer infrastructure to
configure codecs in a cross-cutting way.

This commit looks for a custom instance of `HandlerStrategies.Builder`
provided by the user, or create a default one if none was found.

Fixes gh-8897
2017-04-13 12:39:16 +02:00
..
src Change codec auto-configuration in HandlerStrategies 2017-04-13 12:39:16 +02:00
pom.xml Update autoconfigure's test deps to align with latest spring-kafka-test 2017-04-04 15:32:57 +01:00