[2/2] calcite-avatica git commit: [CALCITE-2330] Release Avatica 1.12

2018-06-08 Thread francischuang
[CALCITE-2330] Release Avatica 1.12


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/721b38ed
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/721b38ed
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/721b38ed

Branch: refs/heads/branch-avatica-1.12
Commit: 721b38ed725d21327ab421454b3c8e4aeaa54568
Parents: acb675d
Author: Francis Chuang 
Authored: Wed Jun 6 08:54:38 2018 +1000
Committer: francis Chuang 
Committed: Sat Jun 9 13:30:28 2018 +1000

--
 site/_docs/history.md| 67 +++
 site/_posts/2018-06-15-release-1.12.0.md | 32 +
 2 files changed, 99 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/721b38ed/site/_docs/history.md
--
diff --git a/site/_docs/history.md b/site/_docs/history.md
index dcd8d84..0be2ef0 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,6 +28,73 @@ For a full list of releases, see
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/downloads/avatica.html).
 
+## https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.12.0;>1.12.0
 / 2018-06-15
+{: #v1-12-0}
+
+Apache Calcite Avatica 1.12.0 includes fixes for more than 15 bugs and new 
features. ZIP archives will no longer be
+produced from this release onwards.
+
+Compatibility: This release is tested
+on Linux, macOS, Microsoft Windows;
+using Oracle JDK 8, 9, 10, 11;
+using IBM Java 8;
+Guava versions 14.0 to 23.0;
+other software versions as specified in `pom.xml`.
+
+Features and bug fixes
+
+* [https://issues.apache.org/jira/browse/CALCITE-1520;>CALCITE-1520]
+  Implement isValid for AvaticaConnection
+* [https://issues.apache.org/jira/browse/CALCITE-2212;>CALCITE-2212]
+  Enforce minimum JDK 8 via maven-enforcer-plugin
+* [https://issues.apache.org/jira/browse/CALCITE-2268;>CALCITE-2268]
+  Bump HSQLDB to 2.4.0 in Avatica Docker image
+* [https://issues.apache.org/jira/browse/CALCITE-2272;>CALCITE-2272]
+  Bump dependencies: Apache Parent POM 19, JDK 10 Surefire and JDK 10 Javadoc
+  Fix Javadoc generation
+* [https://issues.apache.org/jira/browse/CALCITE-2218;>CALCITE-2218]
+  Fix AvaticaResultSet#getRow()
+* Add Docker Hub image for HSQLDB
+* [https://issues.apache.org/jira/browse/CALCITE-2289;>CALCITE-2289]
+  Enable html5 for Javadoc on JDK 9+
+* [https://issues.apache.org/jira/browse/CALCITE-2284;>CALCITE-2284]
+  Allow Jetty Server to be customized before startup
+* [https://issues.apache.org/jira/browse/CALCITE-2333;>CALCITE-2333]
+  Stop generating ZIP archives for release
+* Bump HSQLDB dependency to 2.4.1
+* [https://issues.apache.org/jira/browse/CALCITE-2294;>CALCITE-2294]
+  Allow customization for AvaticaServerConfiguration for plugging new 
authentication mechanisms (Karan Mehta)
+* [https://issues.apache.org/jira/browse/CALCITE-1884;>CALCITE-1884]
+  DateTimeUtils produces incorrect results for days before the Gregorian 
cutover (Haohui Mai and Sergey Nuyanzin)
+* [https://issues.apache.org/jira/browse/CALCITE-2303;>CALCITE-2303]
+  Support MICROSECONDS, MILLISECONDS, EPOCH, ISODOW, ISOYEAR and DECADE time 
units in EXTRACT function (Sergey Nuyanzin)
+* [https://issues.apache.org/jira/browse/CALCITE-2350;>CALCITE-2350]
+  Fix cannot shade Avatica with Guava 21.0 or higher
+* [https://issues.apache.org/jira/browse/CALCITE-2341;>CALCITE-2341]
+  Fix Javadoc plugin incompatibility
+* [https://issues.apache.org/jira/browse/CALCITE-2352;>CALCITE-2352]
+  Update checkstyle to 6.18
+Tests
+
+* [https://issues.apache.org/jira/browse/CALCITE-2210;>CALCITE-2210]
+  Remove oraclejdk7, add oraclejdk9, add oraclejdk10, and add ibmjava to 
.travis.yml
+* [https://issues.apache.org/jira/browse/CALCITE-2255;>CALCITE-2255]
+  Add JDK 11 .travis.yml
+* [https://issues.apache.org/jira/browse/CALCITE-2022;>CALCITE-2022]
+  Add dynamic drive calculation to correctly determine trust store location 
when testing on Windows (Sergey Nuyanzin)
+
+Website and Documentation
+
+* [https://issues.apache.org/jira/browse/CALCITE-1160;>CALCITE-1160]
+  Redirect from Avatica community to Calcite community
+* [https://issues.apache.org/jira/browse/CALCITE-1937;>CALCITE-1937]
+  Update Avatica website to support the inclusion of Avatica-Go's content and 
add option for using docker to develop
+  and build the website
+* [https://issues.apache.org/jira/browse/CALCITE-1914;>CALCITE-1914]
+  Add DOAP (Description of a Project) file for Avatica
+* Fix broken link in HOWTO
+* Add missing license header to avatica-go docs generation script
+
 ## https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.11.0;>1.11.0
 / 2018-03-09
 {: #v1-11-0}
 


[2/2] calcite-avatica git commit: [CALCITE-2330] Release Avatica 1.12

2018-06-05 Thread francischuang
[CALCITE-2330] Release Avatica 1.12


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/a97c455d
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/a97c455d
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/a97c455d

Branch: refs/heads/branch-avatica-1.12
Commit: a97c455d6adc1751b5d8b49f1437db0f2cb0dc16
Parents: 99ea23e
Author: Francis Chuang 
Authored: Wed Jun 6 08:34:46 2018 +1000
Committer: francis Chuang 
Committed: Wed Jun 6 08:34:46 2018 +1000

--
 site/_docs/history.md| 66 +++
 site/_posts/2018-06-15-release-1.12.0.md | 32 +
 2 files changed, 98 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/a97c455d/site/_docs/history.md
--
diff --git a/site/_docs/history.md b/site/_docs/history.md
index dcd8d84..b4478d0 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,6 +28,72 @@ For a full list of releases, see
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/downloads/avatica.html).
 
+## https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.11.0;>1.12.0
 / 2018-06-15
+{: #v1-12-0}
+
+Apache Calcite Avatica 1.12.0 includes fixes for more than 10 bugs and new 
features. ZIP archives will no longer be
+produced from this release onwards.
+
+Compatibility: This release is tested
+on Linux, macOS, Microsoft Windows;
+using Oracle JDK 8, 9, 10, 11;
+using IBM Java 8;
+Guava versions 14.0 to 23.0;
+other software versions as specified in `pom.xml`.
+
+Features and bug fixes
+
+* [https://issues.apache.org/jira/browse/CALCITE-1520;>CALCITE-1520]
+  Implement isValid for AvaticaConnection
+* [https://issues.apache.org/jira/browse/CALCITE-2212;>CALCITE-2212]
+  Enforce minimum JDK 8 via maven-enforcer-plugin
+* [https://issues.apache.org/jira/browse/CALCITE-2268;>CALCITE-2268]
+  Bump HSQLDB to 2.4.0 in Avatica Docker image
+* [https://issues.apache.org/jira/browse/CALCITE-2272;>CALCITE-2272]
+  Bump dependencies: Apache Parent POM 19, JDK 10 Surefire and JDK 10 Javadoc
+  Fix Javadoc generation
+* [https://issues.apache.org/jira/browse/CALCITE-2218;>CALCITE-2218]
+  Fix AvaticaResultSet#getRow()
+* Add Docker Hub image for HSQLDB
+* [https://issues.apache.org/jira/browse/CALCITE-2289;>CALCITE-2289]
+  Enable html5 for Javadoc on JDK 9+
+* [https://issues.apache.org/jira/browse/CALCITE-2284;>CALCITE-2284]
+  Allow Jetty Server to be customized before startup
+* [https://issues.apache.org/jira/browse/CALCITE-2333;>CALCITE-2333]
+  Stop generating ZIP archives for release
+* Bump HSQLDB dependency to 2.4.1
+* [https://issues.apache.org/jira/browse/CALCITE-2294;>CALCITE-2294]
+  Allow customization for AvaticaServerConfiguration for plugging new 
authentication mechanisms (Karan Mehta)
+* [https://issues.apache.org/jira/browse/CALCITE-1884;>CALCITE-1884]
+  DateTimeUtils produces incorrect results for days before the Gregorian 
cutover (Haohui Mai and Sergey Nuyanzin)
+* [https://issues.apache.org/jira/browse/CALCITE-2303;>CALCITE-2303]
+  Support MICROSECONDS, MILLISECONDS, EPOCH, ISODOW, ISOYEAR and DECADE time 
units in EXTRACT function (Sergey Nuyanzin)
+* [https://issues.apache.org/jira/browse/CALCITE-2350;>CALCITE-2350]
+  Fix cannot shade Avatica with Guava 21.0 or higher
+* [https://issues.apache.org/jira/browse/CALCITE-2341;>CALCITE-2341]
+  Fix Javadoc plugin incompatibility
+
+Tests
+
+* [https://issues.apache.org/jira/browse/CALCITE-2210;>CALCITE-2210]
+  Remove oraclejdk7, add oraclejdk9, add oraclejdk10, and add ibmjava to 
.travis.yml
+* [https://issues.apache.org/jira/browse/CALCITE-2255;>CALCITE-2255]
+  Add JDK 11 .travis.yml
+* [https://issues.apache.org/jira/browse/CALCITE-2022;>CALCITE-2022]
+  Add dynamic drive calculation to correctly determine trust store location 
when testing on Windows (Sergey Nuyanzin)
+
+Website and Documentation
+
+* [https://issues.apache.org/jira/browse/CALCITE-1160;>CALCITE-1160]
+  Redirect from Avatica community to Calcite community
+* [https://issues.apache.org/jira/browse/CALCITE-1937;>CALCITE-1937]
+  Update Avatica website to support the inclusion of Avatica-Go's content and 
add option for using docker to develop
+  and build the website
+* [https://issues.apache.org/jira/browse/CALCITE-1914;>CALCITE-1914]
+  Add DOAP (Description of a Project) file for Avatica
+* Fix broken link in HOWTO
+* Add missing license header to avatica-go docs generation script
+
 ## https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.11.0;>1.11.0
 / 2018-03-09
 {: #v1-11-0}
 

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/a97c455d/site/_posts/2018-06-15-release-1.12.0.md

[2/2] calcite-avatica git commit: [CALCITE-2330] Release Avatica 1.12

2018-06-02 Thread francischuang
[CALCITE-2330] Release Avatica 1.12


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/a9a29499
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/a9a29499
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/a9a29499

Branch: refs/heads/branch-avatica-1.12
Commit: a9a29499b1702d520f5b40eaf3c4d3b89090d947
Parents: f44b112
Author: Francis Chuang 
Authored: Sun Jun 3 11:46:49 2018 +1000
Committer: francis Chuang 
Committed: Sun Jun 3 11:47:04 2018 +1000

--
 site/_docs/history.md| 64 +++
 site/_posts/2018-06-15-release-1.12.0.md | 32 ++
 2 files changed, 96 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/a9a29499/site/_docs/history.md
--
diff --git a/site/_docs/history.md b/site/_docs/history.md
index dcd8d84..4fde025 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,6 +28,70 @@ For a full list of releases, see
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/downloads/avatica.html).
 
+## https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.11.0;>1.12.0
 / 2018-06-15
+{: #v1-12-0}
+
+Apache Calcite Avatica 1.12.0 includes fixes for more than 10 bugs and new 
features. ZIP archives will no longer be
+produced from this release onwards.
+
+Compatibility: This release is tested
+on Linux, macOS, Microsoft Windows;
+using Oracle JDK 8, 9, 10, 11;
+using IBM Java 8;
+Guava versions 14.0 to 23.0;
+other software versions as specified in `pom.xml`.
+
+Features and bug fixes
+
+* [https://issues.apache.org/jira/browse/CALCITE-1520;>CALCITE-1520]
+  Implement isValid for AvaticaConnection
+* [https://issues.apache.org/jira/browse/CALCITE-2212;>CALCITE-2212]
+  Enforce minimum JDK 8 via maven-enforcer-plugin
+* [https://issues.apache.org/jira/browse/CALCITE-2268;>CALCITE-2268]
+  Bump HSQLDB to 2.4.0 in Avatica Docker image
+* [https://issues.apache.org/jira/browse/CALCITE-2272;>CALCITE-2272]
+  Bump dependencies: Apache Parent POM 19, JDK 10 Surefire and JDK 10 Javadoc
+  Fix Javadoc generation
+* [https://issues.apache.org/jira/browse/CALCITE-2218;>CALCITE-2218]
+  Fix AvaticaResultSet#getRow()
+* Add Docker Hub image for HSQLDB
+* [https://issues.apache.org/jira/browse/CALCITE-2289;>CALCITE-2289]
+  Enable html5 for Javadoc on JDK 9+
+* [https://issues.apache.org/jira/browse/CALCITE-2284;>CALCITE-2284]
+  Allow Jetty Server to be customized before startup
+* [https://issues.apache.org/jira/browse/CALCITE-2333;>CALCITE-2333]
+  Stop generating ZIP archives for release
+* Bump HSQLDB dependency to 2.4.1
+* [https://issues.apache.org/jira/browse/CALCITE-2294;>CALCITE-2294]
+  Allow customization for AvaticaServerConfiguration for plugging new 
authentication mechanisms (Karan Mehta)
+* [https://issues.apache.org/jira/browse/CALCITE-1884;>CALCITE-1884]
+  DateTimeUtils produces incorrect results for days before the Gregorian 
cutover (Haohui Mai and Sergey Nuyanzin)
+* [https://issues.apache.org/jira/browse/CALCITE-2303;>CALCITE-2303]
+  Support MICROSECONDS, MILLISECONDS, EPOCH, ISODOW, ISOYEAR and DECADE time 
units in EXTRACT function (Sergey Nuyanzin)
+* [https://issues.apache.org/jira/browse/CALCITE-2350;>CALCITE-2350]
+  Fix cannot shade Avatica with Guava 21.0 or higher
+
+Tests
+
+* [https://issues.apache.org/jira/browse/CALCITE-2210;>CALCITE-2210]
+  Remove oraclejdk7, add oraclejdk9, add oraclejdk10, and add ibmjava to 
.travis.yml
+* [https://issues.apache.org/jira/browse/CALCITE-2255;>CALCITE-2255]
+  Add JDK 11 .travis.yml
+* [https://issues.apache.org/jira/browse/CALCITE-2022;>CALCITE-2022]
+  Add dynamic drive calculation to correctly determine trust store location 
when testing on Windows (Sergey Nuyanzin)
+
+Website and Documentation
+
+* [https://issues.apache.org/jira/browse/CALCITE-1160;>CALCITE-1160]
+  Redirect from Avatica community to Calcite community
+* [https://issues.apache.org/jira/browse/CALCITE-1937;>CALCITE-1937]
+  Update Avatica website to support the inclusion of Avatica-Go's content and 
add option for using docker to develop
+  and build the website
+* [https://issues.apache.org/jira/browse/CALCITE-1914;>CALCITE-1914]
+  Add DOAP (Description of a Project) file for Avatica
+* Fix broken link in HOWTO
+* Add missing license header to avatica-go docs generation script
+
 ## https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.11.0;>1.11.0
 / 2018-03-09
 {: #v1-11-0}
 

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/a9a29499/site/_posts/2018-06-15-release-1.12.0.md
--
diff --git a/site/_posts/2018-06-15-release-1.12.0.md 

[2/2] calcite-avatica git commit: [CALCITE-2330] Release Avatica 1.12

2018-05-31 Thread francischuang
[CALCITE-2330] Release Avatica 1.12


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/bd9c968e
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/bd9c968e
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/bd9c968e

Branch: refs/heads/branch-avatica-1.12
Commit: bd9c968e895f6dfb1cd43abda9646722d80e970e
Parents: 4ac7e1c
Author: Francis Chuang 
Authored: Thu May 31 10:41:27 2018 +1000
Committer: francis Chuang 
Committed: Fri Jun 1 11:08:40 2018 +1000

--
 site/_docs/history.md | 59 ++
 1 file changed, 59 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/bd9c968e/site/_docs/history.md
--
diff --git a/site/_docs/history.md b/site/_docs/history.md
index dcd8d84..10b14af 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,6 +28,65 @@ For a full list of releases, see
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/downloads/avatica.html).
 
+## https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.11.0;>1.12.0
 / 2018-06-15
+{: #v1-12-0}
+
+Apache Calcite Avatica 1.12.0 includes fixes for more than XX bugs and new 
features. ZIP archives will no longer be
+produced from this release onwards.
+
+Compatibility: This release is tested
+on Linux, macOS, Microsoft Windows;
+using Oracle JDK 8, 9, 10, 11;
+using IBM Java 8;
+Guava versions 14.0 to 23.0;
+other software versions as specified in `pom.xml`.
+
+Features and bug fixes
+
+* [https://issues.apache.org/jira/browse/CALCITE-1520;>CALCITE-1520]
+  Implement isValid for AvaticaConnection
+* [https://issues.apache.org/jira/browse/CALCITE-2212;>CALCITE-2212]
+  Enforce minimum JDK 8 via maven-enforcer-plugin
+* [https://issues.apache.org/jira/browse/CALCITE-2268;>CALCITE-2268]
+  Bump HSQLDB to 2.4.0 in Avatica Docker image
+* [https://issues.apache.org/jira/browse/CALCITE-2272;>CALCITE-2272]
+  Bump dependencies: Apache Parent POM 19, JDK 10 Surefire and JDK 10 Javadoc
+* [https://issues.apache.org/jira/browse/CALCITE-2218;>CALCITE-2218]
+  Fix AvaticaResultSet#getRow()
+* [https://issues.apache.org/jira/browse/CALCITE-2272;>CALCITE-2272]
+  Fix Javadoc generation
+* Add Docker Hub image for HSQLDB
+* [https://issues.apache.org/jira/browse/CALCITE-2289;>CALCITE-2289]
+  Enable html5 for Javadoc on JDK 9+
+* [https://issues.apache.org/jira/browse/CALCITE-2284;>CALCITE-2284]
+  Allow Jetty Server to be customized before startup
+* [https://issues.apache.org/jira/browse/CALCITE-2333;>CALCITE-2333]
+  Stop generating ZIP archives for release
+* Bump HSQLDB dependency to 2.4.1
+* [https://issues.apache.org/jira/browse/CALCITE-2294;>CALCITE-2294]
+  Allow customization for AvaticaServerConfiguration for plugging new 
authentication mechanisms
+
+Tests
+
+* [https://issues.apache.org/jira/browse/CALCITE-2210;>CALCITE-2210]
+  Remove oraclejdk7, add oraclejdk9, add oraclejdk10, and add ibmjava to 
.travis.yml
+* [https://issues.apache.org/jira/browse/CALCITE-2255;>CALCITE-2255]
+  Add JDK 11 .travis.yml
+* [https://issues.apache.org/jira/browse/CALCITE-2022;>CALCITE-2022]
+  Add dynamic drive calculation to correctly determine trust store location 
when testing on Windows
+
+Website and Documentation
+
+* [https://issues.apache.org/jira/browse/CALCITE-1160;>CALCITE-1160]
+  Redirect from Avatica community to Calcite community
+* [https://issues.apache.org/jira/browse/CALCITE-1937;>CALCITE-1937]
+  Update Avatica website to support the inclusion of Avatica-Go's content and 
add option for using docker to develop
+  and build the website
+* [https://issues.apache.org/jira/browse/CALCITE-1914;>CALCITE-1914]
+  Add DOAP (Description of a Project) file for Avatica
+* Fix broken link in HOWTO
+* Add missing license header to avatica-go docs generation script
+
 ## https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.11.0;>1.11.0
 / 2018-03-09
 {: #v1-11-0}
 



[2/2] calcite-avatica git commit: [CALCITE-2330] Release Avatica 1.12

2018-05-30 Thread francischuang
[CALCITE-2330] Release Avatica 1.12


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/de2b504c
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/de2b504c
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/de2b504c

Branch: refs/heads/branch-avatica-1.12
Commit: de2b504c6ea0c304ebde5d6c2825bba47477609c
Parents: 110f181
Author: Francis Chuang 
Authored: Thu May 31 10:41:27 2018 +1000
Committer: Francis Chuang 
Committed: Thu May 31 10:41:27 2018 +1000

--
 site/_docs/history.md | 57 ++
 1 file changed, 57 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/de2b504c/site/_docs/history.md
--
diff --git a/site/_docs/history.md b/site/_docs/history.md
index dcd8d84..0a3161b 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,6 +28,63 @@ For a full list of releases, see
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/downloads/avatica.html).
 
+## https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.11.0;>1.12.0
 / 2018-06-15
+{: #v1-12-0}
+
+Apache Calcite Avatica 1.12.0 includes fixes for more than XX bugs and new 
features. ZIP archives will no longer be
+produces from this release onwards.
+
+Compatibility: This release is tested
+on Linux, macOS, Microsoft Windows;
+using Oracle JDK 8, 9, 10, 11;
+using IBM Java 8;
+Guava versions 14.0 to 23.0;
+other software versions as specified in `pom.xml`.
+
+Features and bug fixes
+
+* [https://issues.apache.org/jira/browse/CALCITE-1520;>CALCITE-1520]
+  Implement isValid for AvaticaConnection
+* [https://issues.apache.org/jira/browse/CALCITE-2212;>CALCITE-2212]
+  Enforce minimum JDK 8 via maven-enforcer-plugin
+* [https://issues.apache.org/jira/browse/CALCITE-2268;>CALCITE-2268]
+  Bump HSQLDB to 2.4.0 in Avatica Docker image
+* [https://issues.apache.org/jira/browse/CALCITE-2272;>CALCITE-2272]
+  Bump dependencies: Apache Parent POM 19, JDK 10 Surefire and JDK 10 Javadoc
+* [https://issues.apache.org/jira/browse/CALCITE-2218;>CALCITE-2218]
+  Fix AvaticaResultSet#getRow()
+* [https://issues.apache.org/jira/browse/CALCITE-2272;>CALCITE-2272]
+  Fix Javadoc generation
+* Add Docker Hub image for HSQLDB
+* [https://issues.apache.org/jira/browse/CALCITE-2289;>CALCITE-2289]
+  Enable html5 for Javadoc on JDK 9+
+* [https://issues.apache.org/jira/browse/CALCITE-2284;>CALCITE-2284]
+  Allow Jetty Server to be customized before startup
+* [https://issues.apache.org/jira/browse/CALCITE-2333;>CALCITE-2333]
+  Stop generating ZIP archives for release
+* Bump HSQLDB dependency to 2.4.1
+* [https://issues.apache.org/jira/browse/CALCITE-2294;>CALCITE-2294]
+  Allow customization for AvaticaServerConfiguration for plugging new 
authentication mechanisms
+
+Tests
+
+* [https://issues.apache.org/jira/browse/CALCITE-2210;>CALCITE-2210]
+  Remove oraclejdk7, add oraclejdk9, add oraclejdk10, and add ibmjava to 
.travis.yml
+* [https://issues.apache.org/jira/browse/CALCITE-2255;>CALCITE-2255]
+  Add JDK 11 .travis.yml
+
+Website and Documentation
+
+* [https://issues.apache.org/jira/browse/CALCITE-1160;>CALCITE-1160]
+  Redirect from Avatica community to Calcite community
+* [https://issues.apache.org/jira/browse/CALCITE-1937;>CALCITE-1937]
+  Update Avatica website to support the inclusion of Avatica-Go's content and 
add option for using docker to develop
+  and build the website
+* [https://issues.apache.org/jira/browse/CALCITE-1914;>CALCITE-1914]
+  Add DOAP (Description of a Project) file for Avatica
+* Fix broken link in HOWTO
+* Add missing license header to avatica-go docs generation script
+
 ## https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.11.0;>1.11.0
 / 2018-03-09
 {: #v1-11-0}