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

Adapt to changes made in Future interface #11

Conversation

pderop
Copy link
Contributor

@pderop pderop commented Jul 6, 2022

Motivation:

blocking JDK Future methods have moved to FutureCompletableStage interface: see netty/netty#12548
The code needs to be adapted.

Modifications:

Changed Future.get() to Future.asStage().get()

Result:

The code is adapted to the new changes in the API.

@pderop
Copy link
Contributor Author

pderop commented Jul 6, 2022

@chrisvest , @normanmaurer ,
can you please take look, thanks !

@chrisvest chrisvest merged commit ede6b97 into netty-contrib:main Jul 6, 2022
@chrisvest
Copy link
Contributor

Thanks!

pderop added a commit to reactor/reactor-netty that referenced this pull request Jul 6, 2022
Use socks-proxy from netty-contrib main branch, because the PR is now merged: netty-contrib/socks-proxy#11

Related to #1873
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants