Skip to content

Commit af1c9b3

Browse files
authored
fix(java): Initialize AsyncSSLPrivateKeyMethod (a grpc netty class) at run-time (#702)
1 parent 9e2f077 commit af1c9b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

Lines changed: 1 addition & 0 deletions
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)