This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: relocate native image properties from java-core to gax (#1648)
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
.../src/main/resources/META-INF/native-image/com.google.api/gax-grpc/native-image.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Args = --initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSsl,\ | ||
io.grpc.netty.shaded.io.netty.internal.tcnative.SSL,\ | ||
io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateVerifier,\ | ||
io.grpc.netty.shaded.io.netty.internal.tcnative.SSLPrivateKeyMethod,\ | ||
io.grpc.netty.shaded.io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod,\ | ||
io.grpc.netty.shaded.io.grpc.netty,\ | ||
io.grpc.netty.shaded.io.netty.channel.epoll,\ | ||
io.grpc.netty.shaded.io.netty.channel.unix,\ | ||
io.grpc.netty.shaded.io.netty.handler.ssl,\ | ||
io.grpc.internal.RetriableStream |
5 changes: 5 additions & 0 deletions
5
gax/src/main/resources/META-INF/native-image/com.google.api/gax/native-image.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Args = --allow-incomplete-classpath \ | ||
--enable-url-protocols=https,http \ | ||
--initialize-at-build-time=org.conscrypt,\ | ||
org.slf4j.LoggerFactory,\ | ||
org.junit.platform.engine.TestTag |