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

Remove Netty dependency #587

Merged
merged 1 commit into from
May 9, 2023
Merged

Conversation

bestbeforetoday
Copy link
Member

@bestbeforetoday bestbeforetoday commented May 5, 2023

Use Java gRPC instead of Netty API to establish TLS connections. Requires client application to add an appropriate gRPC channel service provider dependency, but also gives the client control of the library to be used rather than mandating Netty.

@bestbeforetoday bestbeforetoday changed the title Use Java gRPC instead of Netty API to establish TLS connections Remove Netty dependency May 5, 2023
Use Java gRPC instead of Netty API to establish TLS connections. Requires client application to add an appropriate gRPC channel service provider dependency, but also gives the client control of the library to be used rather than mandating Netty.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
@bestbeforetoday bestbeforetoday marked this pull request as ready for review May 5, 2023 20:26
@bestbeforetoday bestbeforetoday requested a review from a team as a code owner May 5, 2023 20:26
@bestbeforetoday bestbeforetoday enabled auto-merge (squash) May 5, 2023 20:26
@bestbeforetoday bestbeforetoday merged commit 0ddb630 into hyperledger:main May 9, 2023
@bestbeforetoday bestbeforetoday deleted the tls branch May 9, 2023 10:39
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.

2 participants