This is an automated email from the ASF dual-hosted git repository. jhyde pushed a commit to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git
commit a5530e5fb4356074efeb3326950335e3d173c216 Author: Kevin Risden <[email protected]> AuthorDate: Tue Mar 26 08:27:49 2019 -0400 [CALCITE-2952] Add JDK 12 as tested to 1.19.0 history Signed-off-by: Kevin Risden <[email protected]> --- site/_docs/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/history.md b/site/_docs/history.md index 3ce8023..eb0b9cd 100644 --- a/site/_docs/history.md +++ b/site/_docs/history.md @@ -38,7 +38,7 @@ query support. Compatibility: This release is tested on Linux, macOS, Microsoft Windows; -using Oracle JDK 8, 9, 10, 11 and OpenJDK 10, 11; +using Oracle JDK 8, 9, 10, 11, 12 and OpenJDK 8, 9, 10, 11, 12; Guava versions 19.0 to 27.1-jre; Druid version 0.11.0; other software versions as specified in `pom.xml`.
