Skip to content

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 9e2f077 commit af1c9b3
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 af1c9b3

Please sign in to comment.