You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2018/06/05 22:35:05 UTC

[1/2] calcite-avatica git commit: [CALCITE-2341] Fix javadoc plugin incompatibility [Forced Update!]

Repository: calcite-avatica
Updated Branches:
  refs/heads/branch-avatica-1.12 a9a29499b -> a97c455d6 (forced update)


[CALCITE-2341] Fix javadoc plugin incompatibility

Fix the javadoc plugin incompatibility with JDK10 or higher but
updating the plugin version from 3.0.0 to 3.0.1

Close apache/calcite-avatica#55


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

Branch: refs/heads/branch-avatica-1.12
Commit: 99ea23ec730fb154dbc86ec03b8742368f2f48c7
Parents: f44b112
Author: Laurent Goujon <la...@apache.org>
Authored: Tue Jun 5 07:40:26 2018 -0700
Committer: Laurent Goujon <la...@apache.org>
Committed: Tue Jun 5 07:44:15 2018 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/99ea23ec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8c5bff4..5fdbb6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,8 +85,8 @@ limitations under the License.
     <maven-checkstyle-plugin.version>2.12.1</maven-checkstyle-plugin.version>
     <maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>
     <maven-enforcer-plugin.version>3.0.0-M1</maven-enforcer-plugin.version>
-    <!-- Apache 19 has 2.10.4, but need 3.0.0 for [MJAVADOC-524]. -->
-    <maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
+    <!-- Apache 19 has 2.10.4, but need 3.0.1 for [MJAVADOC-517]. -->
+    <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
     <maven-scm-provider.version>1.9.4</maven-scm-provider.version>
     <maven-shade-plugin.version>3.1.1</maven-shade-plugin.version>
     <!-- Apache 19 has 2.20.1, but need 2.21.0+ for [MPOM-184] -->


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

Posted by Francis Chuang <fr...@apache.org>.
Thanks for catching the URL.

We will have 16 new fixes and features once CALCITE-2322 and 
CALCITE-2219 is in, so I've updated the number to "more than 15".

On 6/06/2018 8:48 AM, Julian Hyde wrote:
>
>> +## <a href="https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.11.0">1.12.0</a> / 2018-06-15
>> +{: #v1-12-0}
> Should be href="https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.12.0"
>
>> +Apache Calcite Avatica 1.12.0 includes fixes for more than 10
>> +[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-11-0).
>> +ZIP archives will no longer be produced from this release onwards.
> If the number is really so low, “more than 10” sounds a bit silly; I’d say “several”.
>
> However, I count 29 commits since 1.11. Not sure how many bugs/features there are. It’s quite a big release by Avatica standards.
>
> Julian
>
>
>
>


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

Posted by Julian Hyde <jh...@apache.org>.

> 
> +## <a href="https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.11.0">1.12.0</a> / 2018-06-15
> +{: #v1-12-0}

Should be href="https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.12.0"

> +Apache Calcite Avatica 1.12.0 includes fixes for more than 10
> +[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-11-0).
> +ZIP archives will no longer be produced from this release onwards.

If the number is really so low, “more than 10” sounds a bit silly; I’d say “several”.

However, I count 29 commits since 1.11. Not sure how many bugs/features there are. It’s quite a big release by Avatica standards.

Julian





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

Posted by fr...@apache.org.
[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 <fr...@apache.org>
Authored: Wed Jun 6 08:34:46 2018 +1000
Committer: francis Chuang <fr...@apache.org>
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).
 
+## <a href="https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.11.0">1.12.0</a> / 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
+
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1520">CALCITE-1520</a>]
+  Implement isValid for AvaticaConnection
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2212">CALCITE-2212</a>]
+  Enforce minimum JDK 8 via maven-enforcer-plugin
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2268">CALCITE-2268</a>]
+  Bump HSQLDB to 2.4.0 in Avatica Docker image
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2272">CALCITE-2272</a>]
+  Bump dependencies: Apache Parent POM 19, JDK 10 Surefire and JDK 10 Javadoc
+  Fix Javadoc generation
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2218">CALCITE-2218</a>]
+  Fix AvaticaResultSet#getRow()
+* Add Docker Hub image for HSQLDB
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2289">CALCITE-2289</a>]
+  Enable html5 for Javadoc on JDK 9+
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2284">CALCITE-2284</a>]
+  Allow Jetty Server to be customized before startup
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2333">CALCITE-2333</a>]
+  Stop generating ZIP archives for release
+* Bump HSQLDB dependency to 2.4.1
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2294">CALCITE-2294</a>]
+  Allow customization for AvaticaServerConfiguration for plugging new authentication mechanisms (Karan Mehta)
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1884">CALCITE-1884</a>]
+  DateTimeUtils produces incorrect results for days before the Gregorian cutover (Haohui Mai and Sergey Nuyanzin)
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2303">CALCITE-2303</a>]
+  Support MICROSECONDS, MILLISECONDS, EPOCH, ISODOW, ISOYEAR and DECADE time units in EXTRACT function (Sergey Nuyanzin)
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2350">CALCITE-2350</a>]
+  Fix cannot shade Avatica with Guava 21.0 or higher
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2341">CALCITE-2341</a>]
+  Fix Javadoc plugin incompatibility
+
+Tests
+
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2210">CALCITE-2210</a>]
+  Remove oraclejdk7, add oraclejdk9, add oraclejdk10, and add ibmjava to .travis.yml
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2255">CALCITE-2255</a>]
+  Add JDK 11 .travis.yml
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-2022">CALCITE-2022</a>]
+  Add dynamic drive calculation to correctly determine trust store location when testing on Windows (Sergey Nuyanzin)
+
+Website and Documentation
+
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1160">CALCITE-1160</a>]
+  Redirect from Avatica community to Calcite community
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1937">CALCITE-1937</a>]
+  Update Avatica website to support the inclusion of Avatica-Go's content and add option for using docker to develop
+  and build the website
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1914">CALCITE-1914</a>]
+  Add DOAP (Description of a Project) file for Avatica
+* Fix broken link in HOWTO
+* Add missing license header to avatica-go docs generation script
+
 ## <a href="https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.11.0">1.11.0</a> / 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
----------------------------------------------------------------------
diff --git a/site/_posts/2018-06-15-release-1.12.0.md b/site/_posts/2018-06-15-release-1.12.0.md
new file mode 100644
index 0000000..3c0537b
--- /dev/null
+++ b/site/_posts/2018-06-15-release-1.12.0.md
@@ -0,0 +1,32 @@
+---
+layout: news_item
+date: "2018-06-15 08:30:00 +0000"
+author: francischuang
+version: 1.12.0
+categories: [release]
+tag: v1-12-0
+sha: xxxx
+component: avatica
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+Apache Calcite Avatica 1.12.0 includes fixes for more than 10
+[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-11-0).
+ZIP archives will no longer be produced from this release onwards.