Skip to content

Commit e317c38

Browse files
committed
chore: Add explicit configuraitons for classes
1 parent 524f90e commit e317c38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gax-java/gax-grpc/src/main/resources/META-INF/native-image/com.google.api/gax-grpc/native-image.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Args=--add-opens=java.base/java.time=ALL-UNNAMED \
1111
io.grpc.netty.shaded.io.netty.channel.unix,\
1212
io.grpc.netty.shaded.io.netty.handler.ssl,\
1313
io.grpc.internal.RetriableStream,\
14-
io.grpc.netty.shaded.io.netty.util.internal,\
14+
io.grpc.netty.shaded.io.netty.util.internal.PlatformDependent,\
15+
io.grpc.netty.shaded.io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueue,\
16+
io.grpc.netty.shaded.io.netty.buffer.PoolThreadCache,\
1517
io.grpc.netty.shaded.io.netty
1618
--features=com.google.api.gax.grpc.nativeimage.GrpcNettyFeature

0 commit comments

Comments
 (0)