You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by kr...@apache.org on 2019/03/26 12:28:59 UTC

[calcite] branch master updated: [CALCITE-2952] Add JDK 12 as tested to 1.19.0 history

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

krisden 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 35ab6c7  [CALCITE-2952] Add JDK 12 as tested to 1.19.0 history
35ab6c7 is described below

commit 35ab6c768607226a25a9c033675f62707f0fca0f
Author: Kevin Risden <kr...@apache.org>
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 <kr...@apache.org>
---
 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`.