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

Use new NIOSSL API for making 'TLSConfiguration' #1218

Merged
merged 1 commit into from
Jul 7, 2021

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Jul 7, 2021

Motivation:

NIOSSL deprecteated its 'forClient' and 'forServer' methods for creating
'TLSConfiguration' objects.

Modifications:

  • Bump the version requirements for NIOSSL
  • Replace occurrences of TLSConfiguration.forClient and
    TLSConfiguration.forServer with the new API

Result:

No deprecteation warnings.

Motivation:

NIOSSL deprecteated its 'forClient' and 'forServer' methods for creating
'TLSConfiguration' objects.

Modifications:

- Bump the version requirements for NIOSSL
- Replace occurrences of `TLSConfiguration.forClient` and
  `TLSConfiguration.forServer` with the new API

Result:

No deprecteation warnings.
@glbrntt glbrntt added the semver/patch No public API change. label Jul 7, 2021
@glbrntt glbrntt merged commit 26032a5 into grpc:main Jul 7, 2021
@glbrntt glbrntt deleted the gb-fix-tls-warnings branch July 7, 2021 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants