You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by se...@apache.org on 2019/07/09 00:35:51 UTC

[calcite-avatica] branch master updated (6d20f24 -> 5639977)

This is an automated email from the ASF dual-hosted git repository.

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


 discard 6d20f24  CALCITE-3179: Bump Jackson from 2.9.8 to 2.9.9 (Fokko Driesprong)
 discard 3d2080e  CALCITE-3104: Bump httpcore from 4.4.10 to 4.4.11 (Fokko Driesprong)
     new dcf2ead  [CALCITE-3104] Bump httpcore from 4.4.10 to 4.4.11 (Fokko Driesprong)
     new 5639977  [CALCITE-3179] Bump Jackson from 2.9.8 to 2.9.9 (Fokko Driesprong)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6d20f24)
            \
             N -- N -- N   refs/heads/master (5639977)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[calcite-avatica] 01/02: [CALCITE-3104] Bump httpcore from 4.4.10 to 4.4.11 (Fokko Driesprong)

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit dcf2ead4631193b7fb113a4808ba40257957d325
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Fri May 31 20:09:22 2019 +0200

    [CALCITE-3104] Bump httpcore from 4.4.10 to 4.4.11 (Fokko Driesprong)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 497cc2d..0a116dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@ limitations under the License.
     <hamcrest.version>1.3</hamcrest.version>
     <hsqldb.version>2.4.1</hsqldb.version>
     <httpclient.version>4.5.6</httpclient.version>
-    <httpcore.version>4.4.10</httpcore.version>
+    <httpcore.version>4.4.11</httpcore.version>
     <hydromatic-toolbox.version>0.3</hydromatic-toolbox.version>
     <jackson.version>2.9.8</jackson.version>
     <!-- Default to html4 for JDK 8 but html5 on jdk9+ -->


[calcite-avatica] 02/02: [CALCITE-3179] Bump Jackson from 2.9.8 to 2.9.9 (Fokko Driesprong)

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5639977e5494611653915339d273723db3614934
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Mon Jul 8 09:08:41 2019 +0200

    [CALCITE-3179] Bump Jackson from 2.9.8 to 2.9.9 (Fokko Driesprong)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a116dd..846ac63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@ limitations under the License.
     <httpclient.version>4.5.6</httpclient.version>
     <httpcore.version>4.4.11</httpcore.version>
     <hydromatic-toolbox.version>0.3</hydromatic-toolbox.version>
-    <jackson.version>2.9.8</jackson.version>
+    <jackson.version>2.9.9</jackson.version>
     <!-- Default to html4 for JDK 8 but html5 on jdk9+ -->
     <javadoc-additionalOptions />
     <javadoc-link>https://docs.oracle.com/javase/8/docs/api/</javadoc-link>