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

Commit eb3aba2

Browse files
authored
fix(java): initialize LoggerFactory at build time (#685)
1 parent 9ff47e6 commit eb3aba2

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Args = --allow-incomplete-classpath \
22
--enable-url-protocols=https,http \
3-
--initialize-at-build-time=org.conscrypt \
3+
--initialize-at-build-time=org.conscrypt,\
4+
org.slf4j.LoggerFactory \
45
--initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSsl,\
56
io.grpc.netty.shaded.io.netty.internal.tcnative.SSL,\
67
io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateVerifier,\

0 commit comments

Comments
 (0)