This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-1.0
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.0 by this push:
new 33e8bef3f9 [MINOR] fix(docs): Fix JDK description error in docs (#8669)
33e8bef3f9 is described below
commit 33e8bef3f9249b864912d079e3ed895e4262c918
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 24 12:19:34 2025 +0800
[MINOR] fix(docs): Fix JDK description error in docs (#8669)
### 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.
Co-authored-by: Mini Yu <[email protected]>
---
docs/index.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/index.md b/docs/index.md
index 943cb09bec..cc02d493da 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.