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

Fix NIOSSL deprecations #168

Closed
2 tasks
fabianfett opened this issue Aug 10, 2021 · 1 comment
Closed
2 tasks

Fix NIOSSL deprecations #168

fabianfett opened this issue Aug 10, 2021 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@fabianfett
Copy link
Collaborator

In NIOSSL 2.14.0 a patch landed that deprecates the .forClient way to create TLSConfigurations.

This ticket consists out of two tasks:

  • bump required NIOSSL version to 2.14.0
  • replace all usages of TLSConfiguration.forClient with TLSConfiguration.makeClientConfiguration
@fabianfett fabianfett added bug Something isn't working good first issue Good for newcomers labels Aug 10, 2021
@fabianfett
Copy link
Collaborator Author

Fixed thanks to @jareyesda!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant