You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2018/03/21 20:00:04 UTC

[1/4] tinkerpop git commit: run Spark integration tests in Travis

Repository: tinkerpop
Updated Branches:
  refs/heads/tp33 177aeac9d -> da8588b9c


run Spark integration tests in Travis


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

Branch: refs/heads/tp33
Commit: bddc7560ffc6f6188a0ea9df77b68838f0295f14
Parents: 827b76e
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed Mar 21 11:27:43 2018 -0700
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed Mar 21 12:58:24 2018 -0700

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bddc7560/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9c6a739..336c055 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,3 +28,4 @@ jobs:
     - script: "mvn clean install -Dci --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
     - script: "touch gremlin-dotnet/src/.glv && touch gremlin-dotnet/test/.glv && mvn clean install -q -DskipTests && mvn verify -pl :gremlin-dotnet,:gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests=false"
     - script: "mvn clean install -q -DskipTests && mvn verify -pl :gremlin-javascript -DskipIntegrationTests=false"
+    - script: "mvn clean install -q -DskipTests && mvn verify -pl :spark-gremlin -DskipIntegrationTests=false"


[4/4] tinkerpop git commit: Bind netty in spark to the version used in Apache Spark

Posted by dk...@apache.org.
Bind netty in spark to the version used in Apache Spark


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

Branch: refs/heads/tp33
Commit: da8588b9c315198a9ac4b61db57de32ada53d368
Parents: a348d49
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed Mar 21 12:29:16 2018 -0700
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed Mar 21 12:59:06 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/da8588b9/spark-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml
index 906b7d2..8e3d352 100644
--- a/spark-gremlin/pom.xml
+++ b/spark-gremlin/pom.xml
@@ -281,12 +281,12 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-all</artifactId>
-            <version>4.0.29.Final</version>
+            <version>4.0.43.Final</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty</artifactId>
-            <version>3.8.0.Final</version>
+            <version>3.9.9.Final</version>
         </dependency>
         <!-- TEST -->
         <dependency>


[2/4] tinkerpop git commit: Merge branch 'tp32' into tp33

Posted by dk...@apache.org.
Merge branch 'tp32' into tp33


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

Branch: refs/heads/tp33
Commit: 3119900014d581daadcd995929dbd7c761dd09b4
Parents: 177aeac bddc756
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed Mar 21 12:58:41 2018 -0700
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed Mar 21 12:58:41 2018 -0700

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------



[3/4] tinkerpop git commit: Revert "Bind netty in spark to the project level version CTR"

Posted by dk...@apache.org.
Revert "Bind netty in spark to the project level version CTR"

This reverts commit 0c930c0bdc5807c8d82d858fe2756bba08bf6e0b.


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

Branch: refs/heads/tp33
Commit: a348d49838092dc9737f10db821f50d9c53f0919
Parents: 3119900
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed Mar 21 12:03:17 2018 -0700
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed Mar 21 12:59:06 2018 -0700

----------------------------------------------------------------------
 spark-gremlin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a348d498/spark-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml
index 91d7b50..906b7d2 100644
--- a/spark-gremlin/pom.xml
+++ b/spark-gremlin/pom.xml
@@ -281,7 +281,7 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-all</artifactId>
-            <version>${netty.version}</version>
+            <version>4.0.29.Final</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>