This is an automated email from the ASF dual-hosted git repository.
asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git
The following commit(s) were added to refs/heads/main by this push:
new e74a71868 Website deployed from
calcite-avatica@7754d942f858e5521966c1771cf2e111e8a7ef87
e74a71868 is described below
commit e74a7186818d084c5c1f94bd897dfde5740c657b
Author: F21 <[email protected]>
AuthorDate: Mon Sep 29 22:30:01 2025 +0000
Website deployed from
calcite-avatica@7754d942f858e5521966c1771cf2e111e8a7ef87
---
avatica/docs/docker.html | 30 ++++++++++++------------
avatica/docs/history.html | 59 +++++++++++++++++++++++++++++++++++++++++++++++
avatica/docs/howto.html | 6 ++---
3 files changed, 77 insertions(+), 18 deletions(-)
diff --git a/avatica/docs/docker.html b/avatica/docs/docker.html
index 8f136fa86..35619b66b 100755
--- a/avatica/docs/docker.html
+++ b/avatica/docs/docker.html
@@ -765,21 +765,21 @@ file will start an instance of PostgreSQL and an instance
of the Avatica server,
exposing an Avatica server configured against a “real” PostgreSQL database.</p>
<p>All of the <code class="language-plaintext
highlighter-rouge">Dockerfile</code> and <code class="language-plaintext
highlighter-rouge">docker-compose.yml</code> files are conveniently provided in
an archive for
-each release. Here is the layout for release 1.26.0:</p>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>avatica-docker-1.26.0/
-avatica-docker-1.26.0/hypersql/
-avatica-docker-1.26.0/mysql/
-avatica-docker-1.26.0/postgresql/
-avatica-docker-1.26.0/Dockerfile
-avatica-docker-1.26.0/hypersql/build.sh
-avatica-docker-1.26.0/hypersql/Dockerfile
-avatica-docker-1.26.0/mysql/build.sh
-avatica-docker-1.26.0/mysql/docker-compose.yml
-avatica-docker-1.26.0/mysql/Dockerfile
-avatica-docker-1.26.0/postgresql/build.sh
-avatica-docker-1.26.0/postgresql/docker-compose.yml
-avatica-docker-1.26.0/postgresql/Dockerfile
+each release. Here is the layout for release 1.27.0:</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>avatica-docker-1.27.0/
+avatica-docker-1.27.0/hypersql/
+avatica-docker-1.27.0/mysql/
+avatica-docker-1.27.0/postgresql/
+avatica-docker-1.27.0/Dockerfile
+avatica-docker-1.27.0/hypersql/build.sh
+avatica-docker-1.27.0/hypersql/Dockerfile
+avatica-docker-1.27.0/mysql/build.sh
+avatica-docker-1.27.0/mysql/docker-compose.yml
+avatica-docker-1.27.0/mysql/Dockerfile
+avatica-docker-1.27.0/postgresql/build.sh
+avatica-docker-1.27.0/postgresql/docker-compose.yml
+avatica-docker-1.27.0/postgresql/Dockerfile
</code></pre></div></div>
<h4 id="running">Running</h4>
diff --git a/avatica/docs/history.html b/avatica/docs/history.html
index 6f1781708..38204ade6 100755
--- a/avatica/docs/history.html
+++ b/avatica/docs/history.html
@@ -722,6 +722,65 @@
Downloads are available on the
<a href="/avatica/downloads/avatica.html">downloads page</a>.</p>
+<h2 id="v1-27-0"><a
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.27.0">1.27.0</a>
/ 2025-10-XX</h2>
+
+<p>Avatica 1.27.0 contains dependency upgrades and support for MySQL unsigned
types.</p>
+
+<p>Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
+using JDK/OpenJDK versions 8, 11, 17, 21, 23;
+other software versions as specified in <code class="language-plaintext
highlighter-rouge">gradle.properties</code>.</p>
+
+<p>Contributors to this release:
+Francis Chuang (release manager),
+Istvan Toth,
+Niels Pardon,
+Richard Antal,
+Stamatis Zampetakis,
+Zhengqiang Duan.</p>
+
+<p>Features and bug fixes</p>
+
+<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6851">CALCITE-6851</a>]
+ShadingTest.validateShadedJar fails on first/clean build</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6854">CALCITE-6854</a>]
+ConnectionPropertiesHATest fails when running in eclipse-temurin:8 docker
container on Windows</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-1480">CALCITE-1480</a>]
+Support specifying ciphersuites and algorithms for TLS</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-5094">CALCITE-5094</a>]
+Calcite JDBC Adapter and Avatica should support MySQL UNSIGNED types of
TINYINT, SMALLINT, INT, BIGINT</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-7099">CALCITE-7099</a>]
+Update httpclient5 from 5.4.1 to 5.5</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-7167">CALCITE-7167</a>]
+Upgrade Jetty from 9.4.56.v20240826 to 9.4.58.v20250814 in Avatica</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-7168">CALCITE-7168</a>]
+Update httpcore5 from 5.3.1 to 5.3.5 in Avatica</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-7169">CALCITE-7169</a>]
+Update protobuf from 3.25.5 to 3.25.8 in Avatica</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-7172">CALCITE-7172</a>]
+Update chekstyle version from 10.19.0 to 10.26.1 in Avatica</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-7165">CALCITE-7165</a>]
+Update OWASP plugin version to 12.1.3 for JDKs >= 11</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-7177">CALCITE-7177</a>]
+Update Guava from 33.4.0-jre to 33.4.8-jre in Avatica</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-7171">CALCITE-7171</a>]
+Update Jackson from 2.15.4 to 2.18.4.1 and switch to using jackson-bom in
Avatica</li>
+</ul>
+
+<p>Build and tests</p>
+
+<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-7166">CALCITE-7166</a>]
+Update Gradle from 8.7 to 8.14.3 in Avatica</li>
+</ul>
+
+<p>Website and documentation</p>
+
+<ul>
+ <li>Bump json from 2.10.1 to 2.10.2 in /site</li>
+ <li>Bump rexml from 3.4.1 to 3.4.2 in /site</li>
+</ul>
+
<h2 id="v1-26-0"><a
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.26.0">1.26.0</a>
/ 2025-02-24</h2>
<p>Avatica 1.26.0 contains bug fixes, dependency upgrades and support for JDK
23 and Gradle 8.7.</p>
diff --git a/avatica/docs/howto.html b/avatica/docs/howto.html
index 2fc004217..369228d96 100755
--- a/avatica/docs/howto.html
+++ b/avatica/docs/howto.html
@@ -757,7 +757,7 @@
<h2 id="building-from-a-source-distribution">Building from a source
distribution</h2>
<p>Prerequisites are Java (JDK 8 or later)
-and Gradle (version 8.7) on your path.</p>
+and Gradle (version 8.14.3) on your path.</p>
<p>(The source distribution
<a href="https://issues.apache.org/jira/browse/CALCITE-4575">does not include
the Gradle wrapper</a>;
@@ -768,8 +768,8 @@ therefore you need to
<code class="language-plaintext highlighter-rouge">cd</code> to the root
directory of the unpacked source,
then build using Gradle:</p>
-<figure class="highlight"><pre><code class="language-bash"
data-lang="bash"><span class="nv">$ </span><span class="nb">tar </span>xvfz
apache-calcite-avatica-1.26.0-src.tar.gz
-<span class="nv">$ </span><span class="nb">cd
</span>apache-calcite-avatica-1.26.0-src
+<figure class="highlight"><pre><code class="language-bash"
data-lang="bash"><span class="nv">$ </span><span class="nb">tar </span>xvfz
apache-calcite-avatica-1.27.0-src.tar.gz
+<span class="nv">$ </span><span class="nb">cd
</span>apache-calcite-avatica-1.27.0-src
<span class="nv">$ </span>gradle build</code></pre></figure>
<p><a href="#running-tests">Running tests</a> describes how to run more or
fewer