| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This release includes a fix to enable compatibility with latest versions of grpc 1.42.x.
Enhancements:
This release renames the project and maven coordinates.
The maven artifact will be offered at the following coordinates now:
Group ID: com.google.cloud
Artifact ID: native-image-support
This release removes the --report-unsupported-elements-at-runtime flag from being enabled by default.
The setting --report-unsupported-elements-at-runtime is a setting on the GraalVM compiler that defers certain issues which occur at compile-time to appear at run-time instead. This flag is convenient for development purposes but can causes obscure issues (See: #141).
Note: You might experience breaking changes with this version if you depended on the implicit setting of --report-unsupported-elements-at-runtime.
Release notes:
Introduces compatibility for GraalVM version 21.2.0 and includes minor fixes in GraalVM configurations for GCP libraries.
Adds initial support for the Cloud SQL JDBC Socket Factory for MySQL.
This release adds several improvements and fixes to the native image configuration for GCP client libraries.
Simplified the configuration related to client library request objects (subclasses of GeneratedMessageV3) and made them optional in ProtobufMessageFeature. See instructions for how to use. This is typically only needed if you invoke the toString() method on these objects, such as trying to print/log them.
Version upgrades of library dependencies.
Use GraalVM reachability hooks to programmatically register certain classes for reflection rather than hard-code class names, allowing for the configuration to be more generalizable.
This release adds Datastore support and a corresponding Datastore sample application.
| Back | FazBrowse Home | New Git URL |