[CALCITE-2058] Support JDK 10 Using JDK 10 early access release jdk-10-ea+32 on linux, code builds, tests and javadoc pass. Apache's Jenkins CI does not support JDK 10 yet, but we have nightly builds on a private server.
Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/0d10336a Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/0d10336a Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/0d10336a Branch: refs/heads/master Commit: 0d10336a37eabd26b856171a2abcc599eecdc878 Parents: bd14112 Author: Julian Hyde <[email protected]> Authored: Mon Nov 20 14:43:10 2017 -0800 Committer: Julian Hyde <[email protected]> Committed: Mon Nov 20 14:48:46 2017 -0800 ---------------------------------------------------------------------- site/_docs/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/0d10336a/site/_docs/history.md ---------------------------------------------------------------------- diff --git a/site/_docs/history.md b/site/_docs/history.md index ab975fe..dad23c3 100644 --- a/site/_docs/history.md +++ b/site/_docs/history.md @@ -33,7 +33,7 @@ Downloads are available on the Compatibility: This release is tested on Linux, macOS, Microsoft Windows; -using Oracle JDK 1.7, 1.8, 9; +using Oracle JDK 7, 8, 9, 10; Guava versions 14.0 to 21.0; Druid version 0.10.0; other software versions as specified in `pom.xml`.
