[calcite-avatica] 02/02: Update documentation and history for 1.16.0

2019-12-11 Thread francischuang
This is an automated email from the ASF dual-hosted git repository.

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

commit 512bbee4aa24ef9fb8106d0286d1243679dce2d0
Author: Francis Chuang 
AuthorDate: Thu Dec 12 08:57:41 2019 +1100

Update documentation and history for 1.16.0
---
 README  |  2 +-
 site/_docs/docker_images.md | 28 
 site/_docs/history.md   | 80 +
 site/_docs/howto.md |  4 +--
 4 files changed, 97 insertions(+), 17 deletions(-)

diff --git a/README b/README
index ec2fc88..87cca50 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Apache Calcite Avatica release 1.15.0
+Apache Calcite Avatica release 1.16.0
 
 This is a source or binary distribution of Avatica, a framework for
 building database drivers. Avatica is a sub-project of Apache Calcite.
diff --git a/site/_docs/docker_images.md b/site/_docs/docker_images.md
index cf21a3b..a20c168 100644
--- a/site/_docs/docker_images.md
+++ b/site/_docs/docker_images.md
@@ -70,22 +70,22 @@ file will start an instance of PostgreSQL and an instance 
of the Avatica server,
 exposing an Avatica server configured against a "real" PostgreSQL database.
 
 All of the `Dockerfile` and `docker-compose.yml` files are conveniently 
provided in an archive for
-each release. Here is the layout for release 1.15.0:
+each release. Here is the layout for release 1.16.0:
 
 ```
-avatica-docker-1.15.0/
-avatica-docker-1.15.0/hypersql/
-avatica-docker-1.15.0/mysql/
-avatica-docker-1.15.0/postgresql/
-avatica-docker-1.15.0/Dockerfile
-avatica-docker-1.15.0/hypersql/build.sh
-avatica-docker-1.15.0/hypersql/Dockerfile
-avatica-docker-1.15.0/mysql/build.sh
-avatica-docker-1.15.0/mysql/docker-compose.yml
-avatica-docker-1.15.0/mysql/Dockerfile
-avatica-docker-1.15.0/postgresql/build.sh
-avatica-docker-1.15.0/postgresql/docker-compose.yml
-avatica-docker-1.15.0/postgresql/Dockerfile
+avatica-docker-1.16.0/
+avatica-docker-1.16.0/hypersql/
+avatica-docker-1.16.0/mysql/
+avatica-docker-1.16.0/postgresql/
+avatica-docker-1.16.0/Dockerfile
+avatica-docker-1.16.0/hypersql/build.sh
+avatica-docker-1.16.0/hypersql/Dockerfile
+avatica-docker-1.16.0/mysql/build.sh
+avatica-docker-1.16.0/mysql/docker-compose.yml
+avatica-docker-1.16.0/mysql/Dockerfile
+avatica-docker-1.16.0/postgresql/build.sh
+avatica-docker-1.16.0/postgresql/docker-compose.yml
+avatica-docker-1.16.0/postgresql/Dockerfile
 ```
 
  Running
diff --git a/site/_docs/history.md b/site/_docs/history.md
index 19e1150..0c6a817 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,6 +28,86 @@ 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/rel/avatica-1.16.0";>1.16.0
 / 2019-12-XX
+{: #v1-16-0}
+
+Apache Calcite Avatica 1.16.0 replaces the maven with gradle. This release 
adds support for Kerberos authentication
+using SPNEGO over HTTPS. In addition, there were also a few dependency updates 
and bug fixes. Github Actions was also
+enabled in the repository for running tests.
+
+Compatibility: This release is tested
+on Linux, macOS, Microsoft Windows;
+using Oracle JDK 8, 9, 10, 11, 12, 13;
+using IBM Java 8;
+Guava versions 14.0 to 23.0;
+other software versions as specified in `gradle.properties`.
+
+Features and bug fixes
+
+* [https://issues.apache.org/jira/browse/CALCITE-3059";>CALCITE-3059]
+  Fix release script to use correct release branch name when merging to master 
and to use the correct variable when generating the vote email
+* [https://issues.apache.org/jira/browse/CALCITE-3090";>CALCITE-3090]
+  Remove the Central configuration
+* Update owsap-dependency-check from 4.0.2 to 5.0.0
+* [https://issues.apache.org/jira/browse/CALCITE-3104";>CALCITE-3104]
+  Bump httpcore from 4.4.10 to 4.4.11 (Fokko Driesprong)
+* [https://issues.apache.org/jira/browse/CALCITE-3105";>CALCITE-3105]
+  Bump Jackson from 2.9.8 to 2.9.9 (Fokko Driesprong)
+* [https://issues.apache.org/jira/browse/CALCITE-3180";>CALCITE-3180]
+  Bump httpclient from 4.5.6 to 4.5.9 (Fokko Driesprong)
+* [https://issues.apache.org/jira/browse/CALCITE-3324";>CALCITE-3324]
+  Add create method in MetaResultSet (Robert Yokota)
+* [https://issues.apache.org/jira/browse/CALCITE-3384";>CALCITE-3384]
+  Support Kerberos-authentication using SPNEGO over HTTPS (Istvan Toth)
+* [https://issues.apache.org/jira/browse/CALCITE-3199";>CALCITE-3199]
+  DateTimeUtils.unixDateCeil should not return the same value as unixDateFloor 
(Zhenghua Gao)
+* [https://issues.apache.org/jira/browse/CALCITE-3412";>CALCITE-3412]
+  FLOOR(timestamp TO WEEK) gives wrong result: Fix 
DateTimeUtils.julianDateFloor so that unixDateFloor etc. give the right result
+* Implement Gradle-based build scripts
+* Sign release artifacts only, skip signing for -SNAPSHOT
+* Add source=

[calcite-avatica] 02/02: Update documentation and history for 1.16.0

2019-12-08 Thread francischuang
This is an automated email from the ASF dual-hosted git repository.

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

commit 204d58849ecdf2ef639308edba74f416311f7d88
Author: Francis Chuang 
AuthorDate: Mon Dec 9 08:56:03 2019 +1100

Update documentation and history for 1.16.0
---
 README  |  2 +-
 site/_docs/docker_images.md | 28 
 site/_docs/history.md   | 79 +
 site/_docs/howto.md |  4 +--
 4 files changed, 96 insertions(+), 17 deletions(-)

diff --git a/README b/README
index ec2fc88..87cca50 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Apache Calcite Avatica release 1.15.0
+Apache Calcite Avatica release 1.16.0
 
 This is a source or binary distribution of Avatica, a framework for
 building database drivers. Avatica is a sub-project of Apache Calcite.
diff --git a/site/_docs/docker_images.md b/site/_docs/docker_images.md
index cf21a3b..a20c168 100644
--- a/site/_docs/docker_images.md
+++ b/site/_docs/docker_images.md
@@ -70,22 +70,22 @@ file will start an instance of PostgreSQL and an instance 
of the Avatica server,
 exposing an Avatica server configured against a "real" PostgreSQL database.
 
 All of the `Dockerfile` and `docker-compose.yml` files are conveniently 
provided in an archive for
-each release. Here is the layout for release 1.15.0:
+each release. Here is the layout for release 1.16.0:
 
 ```
-avatica-docker-1.15.0/
-avatica-docker-1.15.0/hypersql/
-avatica-docker-1.15.0/mysql/
-avatica-docker-1.15.0/postgresql/
-avatica-docker-1.15.0/Dockerfile
-avatica-docker-1.15.0/hypersql/build.sh
-avatica-docker-1.15.0/hypersql/Dockerfile
-avatica-docker-1.15.0/mysql/build.sh
-avatica-docker-1.15.0/mysql/docker-compose.yml
-avatica-docker-1.15.0/mysql/Dockerfile
-avatica-docker-1.15.0/postgresql/build.sh
-avatica-docker-1.15.0/postgresql/docker-compose.yml
-avatica-docker-1.15.0/postgresql/Dockerfile
+avatica-docker-1.16.0/
+avatica-docker-1.16.0/hypersql/
+avatica-docker-1.16.0/mysql/
+avatica-docker-1.16.0/postgresql/
+avatica-docker-1.16.0/Dockerfile
+avatica-docker-1.16.0/hypersql/build.sh
+avatica-docker-1.16.0/hypersql/Dockerfile
+avatica-docker-1.16.0/mysql/build.sh
+avatica-docker-1.16.0/mysql/docker-compose.yml
+avatica-docker-1.16.0/mysql/Dockerfile
+avatica-docker-1.16.0/postgresql/build.sh
+avatica-docker-1.16.0/postgresql/docker-compose.yml
+avatica-docker-1.16.0/postgresql/Dockerfile
 ```
 
  Running
diff --git a/site/_docs/history.md b/site/_docs/history.md
index 19e1150..e05cc58 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,6 +28,85 @@ 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/rel/avatica-1.16.0";>1.16.0
 / 2019-12-XX
+{: #v1-16-0}
+
+Apache Calcite Avatica 1.16.0 replaces the maven with gradle. This release 
adds support for Kerberos authentication
+using SPNEGO over HTTPS. In addition, there were also a few dependency updates 
and bug fixes. Github Actions was also
+enabled in the repository for running tests.
+
+Compatibility: This release is tested
+on Linux, macOS, Microsoft Windows;
+using Oracle JDK 8, 9, 10, 11, 12, 13;
+using IBM Java 8;
+Guava versions 14.0 to 23.0;
+other software versions as specified in `gradle.properties`.
+
+Features and bug fixes
+
+* [https://issues.apache.org/jira/browse/CALCITE-3059";>CALCITE-3059]
+  Fix release script to use correct release branch name when merging to master 
and to use the correct variable when generating the vote email
+* [https://issues.apache.org/jira/browse/CALCITE-3090";>CALCITE-3090]
+  Remove the Central configuration
+* Update owsap-dependency-check from 4.0.2 to 5.0.0
+* [https://issues.apache.org/jira/browse/CALCITE-3104";>CALCITE-3104]
+  Bump httpcore from 4.4.10 to 4.4.11 (Fokko Driesprong)
+* [https://issues.apache.org/jira/browse/CALCITE-3105";>CALCITE-3105]
+  Bump Jackson from 2.9.8 to 2.9.9 (Fokko Driesprong)
+* [https://issues.apache.org/jira/browse/CALCITE-3180";>CALCITE-3180]
+  Bump httpclient from 4.5.6 to 4.5.9 (Fokko Driesprong)
+* [https://issues.apache.org/jira/browse/CALCITE-3324";>CALCITE-3324]
+  Add create method in MetaResultSet (Robert Yokota)
+* [https://issues.apache.org/jira/browse/CALCITE-3384";>CALCITE-3384]
+  Support Kerberos-authentication using SPNEGO over HTTPS (Istvan Toth)
+* [https://issues.apache.org/jira/browse/CALCITE-3199";>CALCITE-3199]
+  DateTimeUtils.unixDateCeil should not return the same value as unixDateFloor 
(Zhenghua Gao)
+* [https://issues.apache.org/jira/browse/CALCITE-3412";>CALCITE-3412]
+  FLOOR(timestamp TO WEEK) gives wrong result: Fix 
DateTimeUtils.julianDateFloor so that unixDateFloor etc. give the right result
+* Implement Gradle-based build scripts
+* Sign release artifacts only, skip signing for -SNAPSHOT
+* Add source=1

[calcite-avatica] 02/02: Update documentation and history for 1.16.0

2019-12-05 Thread francischuang
This is an automated email from the ASF dual-hosted git repository.

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

commit f330e7e822d08a7c0ab2d55f31b873df79e19e20
Author: Francis Chuang 
AuthorDate: Fri Dec 6 15:52:01 2019 +1100

Update documentation and history for 1.16.0
---
 README  |  2 +-
 site/_docs/docker_images.md | 28 
 site/_docs/history.md   | 78 +
 site/_docs/howto.md |  4 +--
 4 files changed, 95 insertions(+), 17 deletions(-)

diff --git a/README b/README
index ec2fc88..87cca50 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Apache Calcite Avatica release 1.15.0
+Apache Calcite Avatica release 1.16.0
 
 This is a source or binary distribution of Avatica, a framework for
 building database drivers. Avatica is a sub-project of Apache Calcite.
diff --git a/site/_docs/docker_images.md b/site/_docs/docker_images.md
index cf21a3b..a20c168 100644
--- a/site/_docs/docker_images.md
+++ b/site/_docs/docker_images.md
@@ -70,22 +70,22 @@ file will start an instance of PostgreSQL and an instance 
of the Avatica server,
 exposing an Avatica server configured against a "real" PostgreSQL database.
 
 All of the `Dockerfile` and `docker-compose.yml` files are conveniently 
provided in an archive for
-each release. Here is the layout for release 1.15.0:
+each release. Here is the layout for release 1.16.0:
 
 ```
-avatica-docker-1.15.0/
-avatica-docker-1.15.0/hypersql/
-avatica-docker-1.15.0/mysql/
-avatica-docker-1.15.0/postgresql/
-avatica-docker-1.15.0/Dockerfile
-avatica-docker-1.15.0/hypersql/build.sh
-avatica-docker-1.15.0/hypersql/Dockerfile
-avatica-docker-1.15.0/mysql/build.sh
-avatica-docker-1.15.0/mysql/docker-compose.yml
-avatica-docker-1.15.0/mysql/Dockerfile
-avatica-docker-1.15.0/postgresql/build.sh
-avatica-docker-1.15.0/postgresql/docker-compose.yml
-avatica-docker-1.15.0/postgresql/Dockerfile
+avatica-docker-1.16.0/
+avatica-docker-1.16.0/hypersql/
+avatica-docker-1.16.0/mysql/
+avatica-docker-1.16.0/postgresql/
+avatica-docker-1.16.0/Dockerfile
+avatica-docker-1.16.0/hypersql/build.sh
+avatica-docker-1.16.0/hypersql/Dockerfile
+avatica-docker-1.16.0/mysql/build.sh
+avatica-docker-1.16.0/mysql/docker-compose.yml
+avatica-docker-1.16.0/mysql/Dockerfile
+avatica-docker-1.16.0/postgresql/build.sh
+avatica-docker-1.16.0/postgresql/docker-compose.yml
+avatica-docker-1.16.0/postgresql/Dockerfile
 ```
 
  Running
diff --git a/site/_docs/history.md b/site/_docs/history.md
index 19e1150..0a8791b 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,6 +28,84 @@ 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/rel/avatica-1.16.0";>1.16.0
 / 2019-12-XX
+{: #v1-16-0}
+
+Apache Calcite Avatica 1.16.0 replaces the maven with gradle. This release 
adds support for Kerberos authentication
+using SPNEGO over HTTPS. In addition, there were also a few dependency updates 
and bug fixes. Github Actions was also
+enabled in the repository for running tests.
+
+Compatibility: This release is tested
+on Linux, macOS, Microsoft Windows;
+using Oracle JDK 8, 9, 10, 11, 12, 13;
+using IBM Java 8;
+Guava versions 14.0 to 23.0;
+other software versions as specified in `gradle.properties`.
+
+Features and bug fixes
+
+* [https://issues.apache.org/jira/browse/CALCITE-3059";>CALCITE-3059]
+  Fix release script to use correct release branch name when merging to master 
and to use the correct variable when generating the vote email
+* [https://issues.apache.org/jira/browse/CALCITE-3090";>CALCITE-3090]
+  Remove the Central configuration
+* Update owsap-dependency-check from 4.0.2 to 5.0.0
+* [https://issues.apache.org/jira/browse/CALCITE-3104";>CALCITE-3104]
+  Bump httpcore from 4.4.10 to 4.4.11 (Fokko Driesprong)
+* [https://issues.apache.org/jira/browse/CALCITE-3105";>CALCITE-3105]
+  Bump Jackson from 2.9.8 to 2.9.9 (Fokko Driesprong)
+* [https://issues.apache.org/jira/browse/CALCITE-3180";>CALCITE-3180]
+  Bump httpclient from 4.5.6 to 4.5.9 (Fokko Driesprong)
+* [https://issues.apache.org/jira/browse/CALCITE-3324";>CALCITE-3324]
+  Add create method in MetaResultSet (Robert Yokota)
+* [https://issues.apache.org/jira/browse/CALCITE-3384";>CALCITE-3384]
+  Support Kerberos-authentication using SPNEGO over HTTPS (Istvan Toth)
+* [https://issues.apache.org/jira/browse/CALCITE-3199";>CALCITE-3199]
+  DateTimeUtils.unixDateCeil should not return the same value as unixDateFloor 
(Zhenghua Gao)
+* [https://issues.apache.org/jira/browse/CALCITE-3412";>CALCITE-3412]
+  FLOOR(timestamp TO WEEK) gives wrong result: Fix 
DateTimeUtils.julianDateFloor so that unixDateFloor etc. give the right result
+* Implement Gradle-based build scripts
+* Sign release artifacts only, skip signing for -SNAPSHOT
+* Add source=1