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

Commit

Permalink
fix(java): initialize netty class at run time (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Aug 1, 2022
1 parent 4f82b8d commit e1d6eb9
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -3,6 +3,7 @@ Args = --initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSs
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.netty.internal.tcnative.CertificateCompressionAlgo,\
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 e1d6eb9

Please sign in to comment.