Skip to content

Commit 9cc52e1

Browse files
authored
fix: remove -H:-RunReachabilityHandlersConcurrently (#1892)
* fix: remove -H:-RunReachabilityHandlersConcurrently and legacy ProtobufMessageFeature.java
1 parent 6e9ef3f commit 9cc52e1

2 files changed

Lines changed: 1 addition & 120 deletions

File tree

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

Lines changed: 0 additions & 117 deletions
This file was deleted.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ Args=--add-opens=java.base/java.time=ALL-UNNAMED \
1111
io.grpc.netty.shaded.io.netty.handler.ssl,\
1212
io.grpc.internal.RetriableStream,\
1313
io.grpc.netty.shaded.io.netty \
14-
--features=com.google.api.gax.grpc.nativeimage.ProtobufMessageFeature,\
15-
com.google.api.gax.grpc.nativeimage.GrpcNettyFeature \
16-
-H:-RunReachabilityHandlersConcurrently
14+
--features=com.google.api.gax.grpc.nativeimage.GrpcNettyFeature

0 commit comments

Comments
 (0)