We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3d904 commit 9dbadaeCopy full SHA for 9dbadae
gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/nativeimage/GrpcNettyFeature.java
@@ -119,9 +119,6 @@ private static void loadGrpcNettyClasses(BeforeAnalysisAccess access) {
119
registerClassForReflection(
120
access,
121
"io.grpc.netty.shaded.io.netty.channel.epoll.NativeDatagramPacketArray$NativeDatagramPacket");
122
- registerClassForReflection(
123
- access,
124
- "io.grpc.netty.shaded.io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueue");
125
126
// tcnative
127
0 commit comments