Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
Mark ssl-related classes as initialize-at-run-time (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzou committed Nov 16, 2021
1 parent c8b6788 commit b045edb
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@ Args = --allow-incomplete-classpath \
--enable-url-protocols=https,http \
--initialize-at-build-time=org.conscrypt \
--initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSsl,\
io.grpc.netty.shaded.io.netty.handler.ssl.OpenSslContext,\
io.grpc.netty.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslEngine,\
io.grpc.netty.shaded.io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator,\
io.grpc.netty.shaded.io.netty.handler.ssl.JettyAlpnSslEngine,\
io.grpc.netty.shaded.io.netty.handler.ssl.JettyAlpnSslEngine$ClientEngine,\
io.grpc.netty.shaded.io.netty.handler.ssl.JettyAlpnSslEngine$ServerEngine,\
io.grpc.netty.shaded.io.netty.handler.ssl.JettyNpnSslEngine,\
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.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,\
com.google.api.client.googleapis.services.AbstractGoogleClientRequest$ApiClientVersion,\
com.google.cloud.firestore.FirestoreImpl

0 comments on commit b045edb

Please sign in to comment.