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

File tree

1 file changed

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

1 file changed

+2
-17
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,2 @@
1-
Args = --allow-incomplete-classpath \
2-
--enable-url-protocols=https,http \
3-
--initialize-at-build-time=org.conscrypt,\
4-
org.slf4j.LoggerFactory,\
5-
org.junit.platform.engine.TestTag,\
6-
com.google.cloud.spanner.IntegrationTestEnv \
7-
--initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSsl,\
8-
io.grpc.netty.shaded.io.netty.internal.tcnative.SSL,\
9-
io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateVerifier,\
10-
io.grpc.netty.shaded.io.netty.internal.tcnative.SSLPrivateKeyMethod,\
11-
io.grpc.netty.shaded.io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod,\
12-
io.grpc.netty.shaded.io.grpc.netty,\
13-
io.grpc.netty.shaded.io.netty.channel.epoll,\
14-
io.grpc.netty.shaded.io.netty.channel.unix,\
15-
io.grpc.netty.shaded.io.netty.handler.ssl,\
16-
io.grpc.internal.RetriableStream,\
17-
com.google.cloud.firestore.FirestoreImpl
1+
Args = --initialize-at-build-time=com.google.cloud.spanner.IntegrationTestEnv \
2+
--initialize-at-run-time=com.google.cloud.firestore.FirestoreImpl

0 commit comments

Comments
 (0)