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

Add netty-tcnative-boringssl-static runtime dependency #2121

Merged
merged 3 commits into from
Mar 1, 2022

Conversation

Scottmitch
Copy link
Member

Motivation:
netty-tcnative-boringssl-static accelerates TLS and is enabled
if included on the classpath. ServiceTalk include's Netty's bom
which now also includes the compatible tcnative version, so we
can include this dependency to simplify version alignment.

Modifications:

  • Add netty-tcnative-boringssl-static runtimeOnly dependency for
    macOS/linux x86-64/aarch-64

Result:
Accelerated TLS without coordinating versions manually.

Motivation:
netty-tcnative-boringssl-static accelerates TLS and is enabled
if included on the classpath. ServiceTalk include's Netty's bom
which now also includes the compatible tcnative version, so we
can include this dependency to simplify version alignment.

Modifications:
- Add netty-tcnative-boringssl-static runtimeOnly dependency for
  macOS/linux x86-64/aarch-64

Result:
Accelerated TLS without coordinating versions manually.
@Scottmitch Scottmitch merged commit aab5549 into apple:main Mar 1, 2022
@Scottmitch Scottmitch deleted the tcnative branch March 1, 2022 21:35
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.

3 participants