This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new d71192463f [MINOR] fix(docs): Fix JDK description error in docs (#8654)
d71192463f is described below
commit d71192463f6a978c96a928fbfe40429e3e0426df
Author: Mini Yu <[email protected]>
AuthorDate: Wed Sep 24 10:14:44 2025 +0800
[MINOR] fix(docs): Fix JDK description error in docs (#8654)
### What changes were proposed in this pull request?
Remove JDK8 and JDK11 support.
### Why are the changes needed?
JDK8 and JDK11 are not supported in 1.0.0 for Gravitino server.
### Does this PR introduce _any_ user-facing change?
N/A.
### How was this patch tested?
N/A.
---
docs/index.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/index.md b/docs/index.md
index 7edd1f25f2..8283ae089c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -17,8 +17,7 @@ It also provides users with unified metadata access for data
and AI assets.
You can get Gravitino from the [download
page](https://gravitino.apache.org/downloads),
or you can build Gravitino from source code. See [How to build
Gravitino](./how-to-build.md).
-Gravitino runs on both Linux and macOS platforms, and it requires the
installation of
-Java 8, Java 11, or Java 17. Gravitino trino-connector runs with Trino, and
requires Java 17.
+Gravitino runs on both Linux and macOS platforms, and it requires the
installation of Java 17.
This should include JVMs on x86_64 and ARM64.
It's easy to run locally on one machine, all you need is to have `java`
installed on
your system `PATH`, or the `JAVA_HOME` environment variable pointing to a Java
installation.