Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
fix(java): Initialize AsyncSSLPrivateKeyMethod (a grpc netty class) a…
Browse files Browse the repository at this point in the history
…t run-time (#702)
  • Loading branch information
mpeddada1 committed Feb 2, 2022
1 parent 5d163f5 commit 24146a3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -6,6 +6,7 @@ Args = --allow-incomplete-classpath \
io.grpc.netty.shaded.io.netty.internal.tcnative.SSL,\
io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateVerifier,\
io.grpc.netty.shaded.io.netty.internal.tcnative.SSLPrivateKeyMethod,\
io.grpc.netty.shaded.io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod,\
io.grpc.netty.shaded.io.grpc.netty,\
io.grpc.netty.shaded.io.netty.channel.epoll,\
io.grpc.netty.shaded.io.netty.channel.unix,\
Expand Down

0 comments on commit 24146a3

Please sign in to comment.