Update to s-k 1.1.0

Listener changes require a bump of the s-i-k version.

This is an initial commit - we will add support for new features (such as batch
payloads in future commits).

Polishing

* Upgrade to SI-4.3.x
* Use `Assert.instanceOf()`
This commit is contained in:
Gary Russell
2016-09-06 17:08:33 -04:00
committed by Artem Bilan
parent 8662c10232
commit 0cf61af620
2 changed files with 22 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ public class MessageDrivenAdapterTests {
QueueChannel out = new QueueChannel();
adapter.setOutputChannel(out);
adapter.afterPropertiesSet();
adapter.setMessageConverter(new MessagingMessageConverter() {
adapter.setRecordMessageConverter(new MessagingMessageConverter() {
@Override
public Message<?> toMessage(ConsumerRecord<?, ?> record, Acknowledgment acknowledgment, Type type) {