This repository was archived by the owner on Sep 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
gax-grpc/src/main/resources/META-INF/native-image/com.google.api/gax-grpc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- graalvm : [22.2.0, 22.1.0 ]
18+ graalvm : [22.2.0]
1919 java : [11, 17]
2020 repo :
2121 # GAPIC library that doesn't use a real GCP project in integration tests
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ maven.com_google_http_client_google_http_client=com.google.http-client:google-ht
7171maven.com_google_http_client_google_http_client_gson =com.google.http-client:google-http-client-gson:1.42.0
7272maven.org_codehaus_mojo_animal_sniffer_annotations =org.codehaus.mojo:animal-sniffer-annotations:1.18
7373maven.javax_annotation_javax_annotation_api =javax.annotation:javax.annotation-api:1.3.2
74- maven.org_graalvm_sdk =org.graalvm.sdk:graal-sdk:22.1.0.1
74+ maven.org_graalvm_sdk =org.graalvm.sdk:graal-sdk:22.2.0
7575
7676# Testing maven artifacts
7777maven.junit_junit =junit:junit:4.13.2
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ Args = --initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSs
1010 io.grpc.netty.shaded.io.netty.handler.ssl,\
1111 io.grpc.internal.RetriableStream \
1212 --features =com.google.api.gax.grpc.nativeimage.ProtobufMessageFeature,\
13- com.google.api.gax.grpc.nativeimage.GrpcNettyFeature
13+ com.google.api.gax.grpc.nativeimage.GrpcNettyFeature \
14+ -H:-RunReachabilityHandlersConcurrently
You can’t perform that action at this time.
0 commit comments