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 79f128fa0 Website deployed from 
calcite-avatica@bb357d037ae78ce58faf957cda07bd6a7b1a7177
79f128fa0 is described below

commit 79f128fa07b99af3d6a73dbd106388a61c05336b
Author: F21 <[email protected]>
AuthorDate: Sun Nov 26 22:56:05 2023 +0000

    Website deployed from 
calcite-avatica@bb357d037ae78ce58faf957cda07bd6a7b1a7177
---
 avatica/docs/docker.html  | 30 ++++++++++-----------
 avatica/docs/history.html | 69 +++++++++++++++++++++++++++++++++++++++++++++++
 avatica/docs/howto.html   |  6 ++---
 3 files changed, 87 insertions(+), 18 deletions(-)

diff --git a/avatica/docs/docker.html b/avatica/docs/docker.html
index 394f9625f..226ddf514 100644
--- a/avatica/docs/docker.html
+++ b/avatica/docs/docker.html
@@ -749,21 +749,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.23.0:</p>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>avatica-docker-1.23.0/
-avatica-docker-1.23.0/hypersql/
-avatica-docker-1.23.0/mysql/
-avatica-docker-1.23.0/postgresql/
-avatica-docker-1.23.0/Dockerfile
-avatica-docker-1.23.0/hypersql/build.sh
-avatica-docker-1.23.0/hypersql/Dockerfile
-avatica-docker-1.23.0/mysql/build.sh
-avatica-docker-1.23.0/mysql/docker-compose.yml
-avatica-docker-1.23.0/mysql/Dockerfile
-avatica-docker-1.23.0/postgresql/build.sh
-avatica-docker-1.23.0/postgresql/docker-compose.yml
-avatica-docker-1.23.0/postgresql/Dockerfile
+each release. Here is the layout for release 1.24.0:</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>avatica-docker-1.24.0/
+avatica-docker-1.24.0/hypersql/
+avatica-docker-1.24.0/mysql/
+avatica-docker-1.24.0/postgresql/
+avatica-docker-1.24.0/Dockerfile
+avatica-docker-1.24.0/hypersql/build.sh
+avatica-docker-1.24.0/hypersql/Dockerfile
+avatica-docker-1.24.0/mysql/build.sh
+avatica-docker-1.24.0/mysql/docker-compose.yml
+avatica-docker-1.24.0/mysql/Dockerfile
+avatica-docker-1.24.0/postgresql/build.sh
+avatica-docker-1.24.0/postgresql/docker-compose.yml
+avatica-docker-1.24.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 9220bbeb9..d26b33a2a 100644
--- a/avatica/docs/history.html
+++ b/avatica/docs/history.html
@@ -706,6 +706,75 @@
 Downloads are available on the
 <a href="/avatica/downloads/avatica.html">downloads page</a>.</p>
 
+<h2 id="v1-24-0"><a 
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.24.0";>1.24.0</a>
 / 2023-12-XX</h2>
+
+<p>Apache Calcite Avatica 1.24.0 features mostly dependency upgrades with some 
minor bug fixes and features.</p>
+
+<p>Compatibility: This release is tested
+on Linux, macOS, Microsoft Windows;
+using Oracle JDK 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19;
+using IBM Java 8;
+Guava versions 14.0.1 to 32.1.1-jre;
+other software versions as specified in <code class="language-plaintext 
highlighter-rouge">gradle.properties</code>.</p>
+
+<p>Contributors to this release:
+Evgeniy Stanilovskiy,
+Francis Chuang (Release Manager),
+Greg Hart,
+Istvan Toth,
+Mihai Budiu,
+Richard Antal,
+Sergey Nuyanzin,
+TJ Banghart
+Vaibhav Joshi,
+Will Noble</p>
+
+<p>Features and bug fixes</p>
+
+<ul>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-5494";>CALCITE-5494</a>]
+Time zone tests in DateTimeUtilsTest should pass in Europe/London</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-5440";>CALCITE-5440</a>]
+Bump gradle from 7.4.2 to 7.6.1</li>
+  <li>Bump forbidden apis from 3.2 to 3.4</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-5567";>CALCITE-5567</a>]
+Update mockito from 4.4.0 to 4.11.0 and enable jdk19</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-5678";>CALCITE-5678</a>]
+Validate date, time and timestamp literals per ISO-8601</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-5581";>CALCITE-5581</a>]
+Implement Basic client side load balancing in Avatica Driver</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-5803";>CALCITE-5803</a>]
+Migrate Avatica to Gradle 8.1.1</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-5812";>CALCITE-5812</a>]
+Gradle tasks fails when creating the javadoc aggregation
+Exclude “bom” project from the javadoc aggregation since it does not have 
“main” and “test” objects causing “tasks” to
+fail.</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-5804";>CALCITE-5804</a>]
+Upgrade jackson version from 2.14.1 to 2.15.2</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-5748";>CALCITE-5748</a>]
+Support Guava 32.1.1-jre</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-5890";>CALCITE-5890</a>]
+Handle non-JKS truststores in Avatica client</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-5981";>CALCITE-5981</a>]
+<code class="language-plaintext highlighter-rouge">TIMESTAMPDIFF</code> 
function returns incorrect result</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-6034";>CALCITE-6034</a>]
+Add <code class="language-plaintext highlighter-rouge">isAutoIncrement</code> 
and <code class="language-plaintext highlighter-rouge">isGenerated</code> args 
to <code class="language-plaintext highlighter-rouge">MetaColumn</code> 
constructor</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-5536";>CALCITE-5536</a>]
+Clean up some of the magic numbers in <code class="language-plaintext 
highlighter-rouge">AvaticaResultSetConversionsTest</code> and <code 
class="language-plaintext highlighter-rouge">AbstractCursor</code></li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-6113";>CALCITE-6113</a>]
+Update HttpComponents Core to 5.2.3 and HttpComponents Client to 5.2.1 in 
Avatica</li>
+</ul>
+
+<p>Build and tests</p>
+
+<ul>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-6106";>CALCITE-6106</a>]
+Switch from gradle to eclipse-temurin image for avatica docker-compose release 
commands</li>
+  <li>[<a 
href="https://issues.apache.org/jira/browse/CALCITE-6107";>CALCITE-6107</a>]
+Upgrade vlsi-release-plugins to 1.90</li>
+  <li>Use eclipse-temurin:8 images</li>
+</ul>
+
 <h2 id="v1-23-0"><a 
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.23.0";>1.23.0</a>
 / 2023-01-19</h2>
 
 <p>Apache Calcite Avatica 1.23.0
diff --git a/avatica/docs/howto.html b/avatica/docs/howto.html
index 4d12955b7..28330b773 100644
--- a/avatica/docs/howto.html
+++ b/avatica/docs/howto.html
@@ -741,7 +741,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 7.4.2) on your path.</p>
+and Gradle (version 8.1.1) 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>;
@@ -752,8 +752,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.23.0-src.tar.gz
-<span class="nv">$ </span><span class="nb">cd 
</span>apache-calcite-avatica-1.23.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.24.0-src.tar.gz
+<span class="nv">$ </span><span class="nb">cd 
</span>apache-calcite-avatica-1.24.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