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

Commit 609c2aa

Browse files
authored
feat: relocate native image properties from java-core to gax (#1648)
1 parent 0d5b3ad commit 609c2aa

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Args = --initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSsl,\
2+
io.grpc.netty.shaded.io.netty.internal.tcnative.SSL,\
3+
io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateVerifier,\
4+
io.grpc.netty.shaded.io.netty.internal.tcnative.SSLPrivateKeyMethod,\
5+
io.grpc.netty.shaded.io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod,\
6+
io.grpc.netty.shaded.io.grpc.netty,\
7+
io.grpc.netty.shaded.io.netty.channel.epoll,\
8+
io.grpc.netty.shaded.io.netty.channel.unix,\
9+
io.grpc.netty.shaded.io.netty.handler.ssl,\
10+
io.grpc.internal.RetriableStream
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

0 commit comments

Comments
 (0)