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

Commit 24146a3

Browse files
authored
fix(java): Initialize AsyncSSLPrivateKeyMethod (a grpc netty class) at run-time (#702)
1 parent 5d163f5 commit 24146a3

File tree

1 file changed

+1
-0
lines changed
  • native-image-support/src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-core

1 file changed

+1
-0
lines changed

native-image-support/src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-core/native-image.properties

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Args = --allow-incomplete-classpath \
66
io.grpc.netty.shaded.io.netty.internal.tcnative.SSL,\
77
io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateVerifier,\
88
io.grpc.netty.shaded.io.netty.internal.tcnative.SSLPrivateKeyMethod,\
9+
io.grpc.netty.shaded.io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod,\
910
io.grpc.netty.shaded.io.grpc.netty,\
1011
io.grpc.netty.shaded.io.netty.channel.epoll,\
1112
io.grpc.netty.shaded.io.netty.channel.unix,\

0 commit comments

Comments
 (0)