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

Commit e1d6eb9

Browse files
authored
fix(java): initialize netty class at run time (#1758)
1 parent 4f82b8d commit e1d6eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gax-grpc/src/main/resources/META-INF/native-image/com.google.api/gax-grpc/native-image.properties

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Args = --initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSs
33
io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateVerifier,\
44
io.grpc.netty.shaded.io.netty.internal.tcnative.SSLPrivateKeyMethod,\
55
io.grpc.netty.shaded.io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod,\
6+
io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateCompressionAlgo,\
67
io.grpc.netty.shaded.io.grpc.netty,\
78
io.grpc.netty.shaded.io.netty.channel.epoll,\
89
io.grpc.netty.shaded.io.netty.channel.unix,\

0 commit comments

Comments
 (0)