Skip to content

Commit 9dbadae

Browse files
committed
chore: Remove netty graalvm configs
1 parent 8e3d904 commit 9dbadae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/nativeimage/GrpcNettyFeature.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ private static void loadGrpcNettyClasses(BeforeAnalysisAccess access) {
119119
registerClassForReflection(
120120
access,
121121
"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");
125122

126123
// tcnative
127124
registerClassForReflection(

0 commit comments

Comments
 (0)