Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit219a519

Browse files
authored
feat: remove native-image.properties settings after relocation (#794)
1 parent8ed3110 commit219a519

File tree

1 file changed

+2
-17
lines changed
  • java-core/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)

[8]ページ先頭

©2009-2025 Movatter.jp