This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/master by this push:
new 1956a4c6 chore(release): modify the Java compatibility description.
(#321)
1956a4c6 is described below
commit 1956a4c60459825cc83ad081d8692c91633163b4
Author: Z-HUANT <[email protected]>
AuthorDate: Thu Jan 11 14:37:44 2024 +0800
chore(release): modify the Java compatibility description. (#321)
* Apply suggestions from code review
---------
Co-authored-by: imbajin <[email protected]>
---
content/cn/docs/changelog/hugegraph-1.2.0-release-notes.md | 2 +-
content/en/docs/changelog/hugegraph-1.2.0-release-notes.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/cn/docs/changelog/hugegraph-1.2.0-release-notes.md
b/content/cn/docs/changelog/hugegraph-1.2.0-release-notes.md
index 948aeeff..02eb2e5a 100644
--- a/content/cn/docs/changelog/hugegraph-1.2.0-release-notes.md
+++ b/content/cn/docs/changelog/hugegraph-1.2.0-release-notes.md
@@ -9,7 +9,7 @@ v1.2.0:
1. hugegraph, hugegraph-toolchain, hugegraph-commons consider use Java 11,
also compatible with Java 8 now.
2. hugegraph-computer required to use Java 11, **not compatible with Java 8
now!**
-**v1.2.0 is the last compatible version of Java8**.
+**v1.2.0 可能是最后一个兼容 Java8 的大版本**, 到 1.5.0
[PD/Store](https://github.com/apache/incubator-hugegraph/issues/2265) 正式合入
master 后标志着 Java8 兼容的正式终结 (除Client 外所有组件都将以 Java 11 作为基准, 然后迈向 Java17).
In the future, we will gradually upgrade the java version, **Java 11** ->
**Java 17** -> **Java 21**.
diff --git a/content/en/docs/changelog/hugegraph-1.2.0-release-notes.md
b/content/en/docs/changelog/hugegraph-1.2.0-release-notes.md
index 948aeeff..822c0d4b 100644
--- a/content/en/docs/changelog/hugegraph-1.2.0-release-notes.md
+++ b/content/en/docs/changelog/hugegraph-1.2.0-release-notes.md
@@ -9,7 +9,7 @@ v1.2.0:
1. hugegraph, hugegraph-toolchain, hugegraph-commons consider use Java 11,
also compatible with Java 8 now.
2. hugegraph-computer required to use Java 11, **not compatible with Java 8
now!**
-**v1.2.0 is the last compatible version of Java8**.
+**v1.2.0 may be the last major version compatible with Java 8**, compatibility
with Java 8 will totally end in v1.5 when
[PD/Store](https://github.com/apache/incubator-hugegraph/issues/2265) merged
into master branch (Except for the `java-client`).
In the future, we will gradually upgrade the java version, **Java 11** ->
**Java 17** -> **Java 21**.