imbajin commented on code in PR #321: URL: https://github.com/apache/incubator-hugegraph-doc/pull/321#discussion_r1448352210
########## 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 version compatible with Java 8 (assuming there is no 1.3 and 1.4).** Compatibility with Java 8 will end with v1.5 (excluding the client). Review Comment: ```suggestion **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`). ``` ########## 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 may be the last version compatible with Java 8 (assuming there is no 1.3 and 1.4).** Compatibility with Java 8 will end with v1.5 (excluding the client). Review Comment: ```suggestion **v1.2.0 可能是最后一个兼容 Java8 的大版本**, 到 1.5.0 [PD/Store](https://github.com/apache/incubator-hugegraph/issues/2265) 正式合入 master 后标志着 Java8 兼容的正式终结 (除Client 外所有组件都将以 Java 11 作为基准, 然后迈向 Java17). ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
