Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward compatibility with Reactor Netty 1.0 #851

Merged
merged 1 commit into from
May 29, 2020

Conversation

rstoyanchev
Copy link
Contributor

DisposableChannel#address was changed in reactor/reactor-netty#1081 to return SocketAddress instead of InetSocketAddress in order to support UNIX domain sockets. This is a binary incompatible change resulting in a new method in DisposableChannel in 1.0 and using RSocket compiled against 0.9.x causes NoSuchMethodError.

DisposableChannel#address was changed in
reactor/reactor-netty#1081 to return
SocketAddress instead of InetSocketAddress in order to support UNIX
domain sockets. This is a binary incompatible change resulting in a new
method in DisposableChannel in 1.0 vs 0.9.x.

Signed-off-by: Rossen Stoyanchev <rstoyanchev@pivotal.io>
@OlegDokuka OlegDokuka merged commit 814c279 into rsocket:master May 29, 2020
@rstoyanchev rstoyanchev deleted the reactor-netty-10 branch May 29, 2020 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants