You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by mm...@apache.org on 2019/05/27 17:21:18 UTC

[calcite] branch master updated: [CALCITE-2952] Document JDK 12 support

This is an automated email from the ASF dual-hosted git repository.

mmior pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new 98d0dce  [CALCITE-2952] Document JDK 12 support
98d0dce is described below

commit 98d0dce058edc66f17e89adcb5d586b74bb8504d
Author: Michael Mior <mm...@cs.rit.edu>
AuthorDate: Mon May 27 13:21:05 2019 -0400

    [CALCITE-2952] Document JDK 12 support
---
 site/_docs/howto.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index d012a23..4aedd5d 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -31,7 +31,7 @@ adapters.
 
 ## Building from a source distribution
 
-Prerequisite is Java (JDK 8, 9, 10 or 11) on your path.
+Prerequisite is Java (JDK 8, 9, 10, 11, or 12) on your path.
 
 Unpack the source distribution `.tar.gz` file,
 `cd` to the root directory of the unpacked source,
@@ -49,7 +49,7 @@ tests.
 ## Building from git
 
 Prerequisites are git
-and Java (JDK 8, 9, 10 or 11) on your path.
+and Java (JDK 8, 9, 10, 11, or 12) on your path.
 
 Create a local copy of the github repository,
 `cd` to its root directory,