Skip to content

Commit 90f4ed8

Browse files
docs: indicate GraalVM support
1 parent f8788e8 commit 90f4ed8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ and your application runs on a consistent set of the dependencies.
3333

3434
If you encounter compatibility issues with protobuf-java 4.x, update your codebase and dependencies to ensure compatibility, see [release notes of libraries-bom v26.50.0](https://github.com/googleapis/java-cloud-bom/releases/tag/v26.50.0) for potential compatibility issues. If this is not feasible, use `com.google.cloud:libraries-bom-protobuf3` as a workaround. `com.google.cloud:libraries-bom-protobuf3` includes the same client libraries and library versions as libraries-bom.
3535

36+
## GraalVM Support
37+
38+
The Google Cloud Libraries can be compiled into a [GraalVM native image](https://www.graalvm.org/latest/introduction/).
39+
We provide support for the following LTS versions of GraalVM for JDK:
40+
41+
| GraalVM JDK LTS Version | Minimum `google-cloud-bom` Version |
42+
|-------------------------|------------------------------------|
43+
| 21 | 26.45.0 |
44+
| 17 | 26.27.0 |
45+
46+
3647
## Libraries in Scope
3748

3849
The content of the Libraries BOM consists of 2 categories:

0 commit comments

Comments
 (0)