GH-1767 disconnected and deprecatd @StreamMessageConverter

This commit is contained in:
Oleg Zhurakousky
2019-08-06 19:15:49 +02:00
parent e8611cf9f7
commit 69b93b22b9
8 changed files with 48 additions and 42 deletions

View File

@@ -389,7 +389,7 @@ public abstract class AbstractBinderTests<B extends AbstractTestBinder<? extends
bindingServiceProperties.afterPropertiesSet();
MessageConverterConfigurer messageConverterConfigurer = new MessageConverterConfigurer(
bindingServiceProperties,
new CompositeMessageConverterFactory(null, null));
new CompositeMessageConverterFactory(null, null).getMessageConverterForAllRegistered());
messageConverterConfigurer.setBeanFactory(applicationContext.getBeanFactory());
return messageConverterConfigurer;
}