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

File tree

2 files changed

+1
-120
lines changed

2 files changed

+1
-120
lines changed

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

-117
This file was deleted.

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

+1-3
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)