Upgrade to Reactor 3.0.4 and reactor-netty-0.6.0
This commit is contained in:
@@ -115,8 +115,8 @@ subprojects { subproject ->
|
||||
mysqlVersion = '5.1.34'
|
||||
pahoMqttClientVersion = '1.0.2'
|
||||
postgresVersion = '9.1-901-1.jdbc4'
|
||||
reactorNettyVersion = '0.6.0.BUILD-SNAPSHOT'
|
||||
reactorVersion = '3.0.3.RELEASE'
|
||||
reactorNettyVersion = '0.6.0.RELEASE'
|
||||
reactorVersion = '3.0.4.RELEASE'
|
||||
romeToolsVersion = '1.7.0'
|
||||
servletApiVersion = '3.1.0'
|
||||
slf4jVersion = "1.7.21"
|
||||
|
||||
@@ -33,7 +33,7 @@ import org.springframework.messaging.SubscribableChannel;
|
||||
import org.springframework.util.Assert;
|
||||
import org.springframework.util.ErrorHandler;
|
||||
|
||||
import reactor.core.Cancellation;
|
||||
import reactor.core.Disposable;
|
||||
import reactor.core.Exceptions;
|
||||
import reactor.core.Receiver;
|
||||
import reactor.core.Trackable;
|
||||
@@ -195,7 +195,7 @@ public class ReactiveConsumer extends AbstractEndpoint {
|
||||
|
||||
}
|
||||
|
||||
private static final class ConsumerSubscriber implements Subscriber<Message<?>>, Receiver, Cancellation, Trackable {
|
||||
private static final class ConsumerSubscriber implements Subscriber<Message<?>>, Receiver, Disposable, Trackable {
|
||||
|
||||
private final Consumer<Message<?>> consumer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user