Skip to content

Commit

Permalink
fix: avoid unexpected initialization of JacksonParser in Graal 22.2 (
Browse files Browse the repository at this point in the history
…#1709)

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
mpeddada1 and gcf-owl-bot[bot] committed Oct 17, 2022
1 parent dcaa446 commit eca1a03
Showing 1 changed file with 4 additions and 6 deletions.
Expand Up @@ -5,7 +5,7 @@
# build time. Initializing these classes explicitly at build time results in a
# successful build.
Args = \
--initialize-at-build-time=com.google.cloud.conformance.storage.v1,\
--initialize-at-build-time=com.google.cloud.conformance.storage.v1,\
com.google.protobuf,\
com.google.auth.oauth2,\
com.google.cloud.storage.conformance.retry,\
Expand All @@ -14,7 +14,8 @@ Args = \
com.google.api.client.util,\
com.google.api.client.http.javanet.NetHttpTransport,\
com.google.api.client.http.HttpTransport,\
com.google.api.client.json,\
com.google.api.client.json.JsonParser$1,\
com.google.api.client.json.gson.GsonParser$1,\
com.google.common.io.BaseEncoding,\
com.google.common.math.IntMath$1,\
com.google.common.collect.Platform,\
Expand All @@ -26,7 +27,4 @@ Args = \
com.google.gson.internal,\
com.google.gson.internal.sql.SqlTypesSupport,\
com.google.gson.FieldNamingPolicy$3,\
com.google.gson.LongSerializationPolicy$2



com.google.gson.LongSerializationPolicy$2

0 comments on commit eca1a03

Please sign in to comment.