Skip to content

Spring Messaging not compatible with Reactor 2.0 [SPR-12790] #17387

@spring-projects-issues

Description

@spring-projects-issues

David Harrigan opened SPR-12790 and commented

Hi,

It appears that in Reactor 2.0, the location of certain classes have moved about and some have been renamed/functionality changed, making the dependency of using Reactor 2.0 for Spring Messaging broken.

For example:

Reactor11TcpClient references these files:

import reactor.net.NetChannel;
import reactor.net.Reconnect;
import reactor.net.netty.tcp.NettyTcpClient;
import reactor.net.tcp.TcpClient;
import reactor.net.tcp.spec.TcpClientSpec;

A couple of examples where classes have been renamed/moved in Reactor 2.0 include:

reactor.net.NetChannel -> reactor.io.net.NetStreams
reactor.net.netty.tcp.NettyTcpClient -> reactor.io.net.impl.netty.tcp.NettyTcpClient
...
...

-=david=-


Affects: 4.1.5, 4.1.6, 4.1.7

Issue Links:

Metadata

Metadata

Assignees

Labels

in: messagingIssues in messaging modules (jms, messaging)status: duplicateA duplicate of another issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions