We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a59b3 commit e80c3aaCopy full SHA for e80c3aa
1 file changed
gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/nativeimage/GrpcNettyFeature.java
@@ -73,6 +73,9 @@ private static void loadGrpcNettyClasses(BeforeAnalysisAccess access) {
73
// Misc. classes used by grpc-netty-shaded
74
registerForReflectiveInstantiation(
75
access, "io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel");
76
+ registerForReflectiveInstantiation(
77
+ access,
78
+ "io.grpc.netty.shaded.io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueue");
79
registerClassForReflection(
80
access, "io.grpc.netty.shaded.io.netty.util.internal.NativeLibraryUtil");
81
registerClassForReflection(access, "io.grpc.netty.shaded.io.netty.util.ReferenceCountUtil");
0 commit comments