You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2018/11/01 15:18:43 UTC

[1/3] asterixdb git commit: [NO ISSUE] Update Jackson libraries to 2.9.7

Repository: asterixdb
Updated Branches:
  refs/heads/master fdedf6263 -> 6034ece7e


[NO ISSUE] Update Jackson libraries to 2.9.7

Change-Id: I0b8a455ea9759a16422ccb35e858f6fc7e504721
Reviewed-on: https://asterix-gerrit.ics.uci.edu/3013
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Ian Maxon <im...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/bd7ba456
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/bd7ba456
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/bd7ba456

Branch: refs/heads/master
Commit: bd7ba456e7d41dd568bfdf52fc133d60e0c26ac7
Parents: 10233dc
Author: Michael Blow <mb...@apache.org>
Authored: Wed Oct 31 15:08:26 2018 -0400
Committer: Michael Blow <mb...@apache.org>
Committed: Wed Oct 31 20:37:48 2018 -0700

----------------------------------------------------------------------
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml  | 3 +--
 hyracks-fullstack/pom.xml                                    | 8 ++++----
 2 files changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/bd7ba456/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml b/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml
index bc7e612..9e22c35 100644
--- a/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml
@@ -64,7 +64,6 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-annotations</artifactId>
-      <version>2.8.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -102,4 +101,4 @@
     </dependency>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/bd7ba456/hyracks-fullstack/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 1de4c6b..1d52cc8 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -149,17 +149,17 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>2.8.4</version>
+        <version>2.9.7</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-core</artifactId>
-        <version>2.8.4</version>
+        <version>2.9.7</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-annotations</artifactId>
-        <version>2.8.4</version>
+        <version>2.9.7</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>
@@ -764,4 +764,4 @@
     <module>algebricks</module>
     <module>hyracks-fullstack-license</module>
   </modules>
-</project>
\ No newline at end of file
+</project>


[2/3] asterixdb git commit: Merge commit 'bd7ba45' from 'stabilization-f69489'

Posted by mb...@apache.org.
Merge commit 'bd7ba45' from 'stabilization-f69489'

Change-Id: I13ef45c66cd88c75c2436ebb6a0abb4a5c1a1cc9


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/61c076ee
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/61c076ee
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/61c076ee

Branch: refs/heads/master
Commit: 61c076ee7d67dc47a2f8d8f77a4a412f7d94ddca
Parents: b9d55c4 bd7ba45
Author: Michael Blow <mb...@apache.org>
Authored: Wed Oct 31 23:43:08 2018 -0400
Committer: Michael Blow <mb...@apache.org>
Committed: Wed Oct 31 23:43:08 2018 -0400

----------------------------------------------------------------------
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml    | 3 +--
 hyracks-fullstack/pom.xml                                      | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/61c076ee/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/61c076ee/hyracks-fullstack/pom.xml
----------------------------------------------------------------------


[3/3] asterixdb git commit: Merge "Merge commit 'bd7ba45' from 'stabilization-f69489'"

Posted by mb...@apache.org.
Merge "Merge commit 'bd7ba45' from 'stabilization-f69489'"

Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/6034ece7
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/6034ece7
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/6034ece7

Branch: refs/heads/master
Commit: 6034ece7eb1874acc83851f5ec6897ef3e318fc1
Parents: fdedf62 61c076e
Author: Apache AsterixDB Gerrit <do...@asterixdb.incubator.apache.org>
Authored: Thu Nov 1 08:13:59 2018 -0700
Committer: Apache AsterixDB Gerrit <do...@asterixdb.incubator.apache.org>
Committed: Thu Nov 1 08:13:59 2018 -0700

----------------------------------------------------------------------
 .../hyracks-maven-plugins/license-automation-plugin/pom.xml    | 3 +--
 hyracks-fullstack/pom.xml                                      | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------