Skip to content

Commit

Permalink
chore: adjust native-image config for spring-cloud-gcp
Browse files Browse the repository at this point in the history
Context: upgrading to GraalVM for JDK 23

Updating the image support in spring (GoogleCloudPlatform/spring-cloud-gcp#3536) caused errors at analysis time solved by GoogleCloudPlatform/spring-cloud-gcp@d3f6185

Gax seems to be a better place for this kind of configs.
  • Loading branch information
diegomarquezp authored Feb 7, 2025
1 parent c760c8e commit 2e248fa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Args = --enable-url-protocols=https,http \
com.google.api.gax.core.GaxProperties,\
com.google.common.base.Platform,\
com.google.common.base.Platform$JdkPatternCompiler,\
com.google.protobuf.RuntimeVersion \
com.google.protobuf.RuntimeVersion,\
com.google.protobuf.RuntimeVersion$RuntimeDomain \
--features=com.google.api.gax.nativeimage.OpenCensusFeature,\
com.google.api.gax.nativeimage.GoogleJsonClientFeature \
--add-modules=jdk.httpserver

0 comments on commit 2e248fa

Please sign in to comment.