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 9d2e12446 Website deployed from 
calcite-avatica@04bca23373086b9f9b8083422ea392e68bbc5162
9d2e12446 is described below

commit 9d2e1244624ba1310882d8880a972dc16d8675a0
Author: F21 <[email protected]>
AuthorDate: Tue May 5 23:42:04 2026 +0000

    Website deployed from 
calcite-avatica@04bca23373086b9f9b8083422ea392e68bbc5162
---
 avatica/docs/docker.html  | 30 +++++++++++++-------------
 avatica/docs/history.html | 54 +++++++++++++++++++++++++++++++++++++++++++++++
 avatica/docs/howto.html   |  6 +++---
 3 files changed, 72 insertions(+), 18 deletions(-)

diff --git a/avatica/docs/docker.html b/avatica/docs/docker.html
index 63ef052a9..6751ac869 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.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
+each release. Here is the layout for release 1.28.0:</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>avatica-docker-1.28.0/
+avatica-docker-1.28.0/hypersql/
+avatica-docker-1.28.0/mysql/
+avatica-docker-1.28.0/postgresql/
+avatica-docker-1.28.0/Dockerfile
+avatica-docker-1.28.0/hypersql/build.sh
+avatica-docker-1.28.0/hypersql/Dockerfile
+avatica-docker-1.28.0/mysql/build.sh
+avatica-docker-1.28.0/mysql/docker-compose.yml
+avatica-docker-1.28.0/mysql/Dockerfile
+avatica-docker-1.28.0/postgresql/build.sh
+avatica-docker-1.28.0/postgresql/docker-compose.yml
+avatica-docker-1.28.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 9822cbf92..525801afc 100755
--- a/avatica/docs/history.html
+++ b/avatica/docs/history.html
@@ -722,6 +722,60 @@
 Downloads are available on the
 <a href="/avatica/downloads/avatica.html">downloads page</a>.</p>
 
+<h2 id="v1-28-0"><a 
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.28.0";>1.28.0</a>
 / 2026-05-XX</h2>
+
+<p>Avatica 1.28.0 contains dependency upgrades, support for JDK 24, BEARER 
authentication support and bug fixes.</p>
+
+<p>Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
+using JDK/OpenJDK versions 8, 11, 17, 21, 24;
+other software versions as specified in <code class="language-plaintext 
highlighter-rouge">gradle.properties</code>.</p>
+
+<p>This release is dedicated to Istvan Toth, a prolific contributor to Avatica 
who passed away in early 2026. Istvan’s
+contributions to Avatica were significant and wide-ranging, including bug 
fixes, new features, and improvements
+to the build system. He was an active member of the community and his work has 
had a lasting impact on the project.
+He will be greatly missed by all who knew him.</p>
+
+<p>Contributors to this release:
+Aron Meszaros,
+Cancai Cai,
+Francis Chuang (release manager),
+Istvan Toth,
+Mihai Budiu,
+Richard Antal,
+Sergey Nuyanzin,
+Soumyakanti Das,
+Vishal Satish.</p>
+
+<p>Features and bug fixes</p>
+
+<ul>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-6135";>CALCITE-6135</a>]
+BEARER authentication support</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-7436";>CALCITE-7436</a>]
+Add high-coverage Jazzer fuzzing for Avatica core modules</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-7449";>CALCITE-7449</a>]
+DateTimeUtils.intervalDayTimeToString silently truncates large intervals</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-7459";>CALCITE-7459</a>]
+Upgrade Jackson in Avatica to 2.18.6 due to CVE</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-7329";>CALCITE-7329</a>]
+Remove slf4j-api from avatica-shadow jar</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-6781";>CALCITE-6781</a>]
+The isUpdateCapable method of calcite.avatica will incorrectly traverse the 
returned result value</li>
+</ul>
+
+<p>Build and tests</p>
+
+<ul>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-7500";>CALCITE-7500</a>]
+Add support for jdk 24 in CI</li>
+</ul>
+
+<p>Website and documentation</p>
+
+<ul>
+  <li>Bump addressable from 2.8.7 to 2.9.0 in /site</li>
+</ul>
+
 <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-09-30</h2>
 
 <p>Avatica 1.27.0 contains dependency upgrades, Gradle 8.14 and support for 
MySQL unsigned types.</p>
diff --git a/avatica/docs/howto.html b/avatica/docs/howto.html
index a79b21ba9..68aed9363 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.14.3) on your path.</p>
+and Gradle (version 8.14.4) 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.27.0-src.tar.gz
-<span class="nv">$ </span><span class="nb">cd 
</span>apache-calcite-avatica-1.27.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.28.0-src.tar.gz
+<span class="nv">$ </span><span class="nb">cd 
</span>apache-calcite-avatica-1.28.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

Reply via email to