Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
fix(java): address reachability issues in native image compilation wi…
Browse files Browse the repository at this point in the history
…th version 22.2.0 (#1815)

* fix(java): address reachability issues in native image compilation with version 22.2.0
  • Loading branch information
mpeddada1 committed Oct 18, 2022
1 parent c6180ca commit 0f3215f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/downstream-native-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
graalvm: [22.2.0, 22.1.0]
graalvm: [22.2.0]
java: [11, 17]
repo:
# GAPIC library that doesn't use a real GCP project in integration tests
Expand Down
2 changes: 1 addition & 1 deletion dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ maven.com_google_http_client_google_http_client=com.google.http-client:google-ht
maven.com_google_http_client_google_http_client_gson=com.google.http-client:google-http-client-gson:1.42.0
maven.org_codehaus_mojo_animal_sniffer_annotations=org.codehaus.mojo:animal-sniffer-annotations:1.18
maven.javax_annotation_javax_annotation_api=javax.annotation:javax.annotation-api:1.3.2
maven.org_graalvm_sdk=org.graalvm.sdk:graal-sdk:22.1.0.1
maven.org_graalvm_sdk=org.graalvm.sdk:graal-sdk:22.2.0

# Testing maven artifacts
maven.junit_junit=junit:junit:4.13.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ Args = --initialize-at-run-time=io.grpc.netty.shaded.io.netty.handler.ssl.OpenSs
io.grpc.netty.shaded.io.netty.handler.ssl,\
io.grpc.internal.RetriableStream \
--features=com.google.api.gax.grpc.nativeimage.ProtobufMessageFeature,\
com.google.api.gax.grpc.nativeimage.GrpcNettyFeature
com.google.api.gax.grpc.nativeimage.GrpcNettyFeature \
-H:-RunReachabilityHandlersConcurrently

0 comments on commit 0f3215f

Please sign in to comment.