Switch to Reactor 2020.0.0 snapshots
A switch to RSocket 1.0.1 snapshots is also required to pick up a for froward compatibility with Reactor Netty 1.0. See gh-25085
This commit is contained in:
@@ -87,8 +87,8 @@ class WebClientDataBufferAllocatingTests extends AbstractDataBufferAllocatingTes
|
||||
|
||||
if (super.bufferFactory instanceof NettyDataBufferFactory) {
|
||||
ByteBufAllocator allocator = ((NettyDataBufferFactory) super.bufferFactory).getByteBufAllocator();
|
||||
return new ReactorClientHttpConnector(this.factory, httpClient ->
|
||||
httpClient.tcpConfiguration(tcpClient -> tcpClient.option(ChannelOption.ALLOCATOR, allocator)));
|
||||
return new ReactorClientHttpConnector(this.factory,
|
||||
client -> client.option(ChannelOption.ALLOCATOR, allocator));
|
||||
}
|
||||
else {
|
||||
return new ReactorClientHttpConnector();
|
||||
|
||||
Reference in New Issue
Block a user