You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/05/07 16:40:47 UTC

[1/2] incubator-tinkerpop git commit: Bump to latest versions in gremlin-core.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master f3b91ceac -> a9336c57e


Bump to latest versions in gremlin-core.

snakeyaml, jackson, hpcc, slf4j, jcabi manifests


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

Branch: refs/heads/master
Commit: d85f969e2915a270db54647d3abbd9a012b58bb0
Parents: d77e390
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu May 7 10:39:02 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu May 7 10:39:02 2015 -0400

----------------------------------------------------------------------
 gremlin-core/pom.xml | 8 ++++----
 pom.xml              | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/d85f969e/gremlin-core/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-core/pom.xml b/gremlin-core/pom.xml
index 07986b3..0bda91d 100644
--- a/gremlin-core/pom.xml
+++ b/gremlin-core/pom.xml
@@ -37,7 +37,7 @@ limitations under the License.
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
-            <version>1.13</version>
+            <version>1.15</version>
             <type>jar</type>
         </dependency>
         <dependency>
@@ -48,17 +48,17 @@ limitations under the License.
         <dependency>
             <groupId>com.carrotsearch</groupId>
             <artifactId>hppc</artifactId>
-            <version>0.6.0</version>
+            <version>0.7.1</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.3.0</version>
+            <version>2.5.3</version>
         </dependency>
         <dependency>
             <groupId>com.jcabi</groupId>
             <artifactId>jcabi-manifests</artifactId>
-            <version>1.0</version>
+            <version>1.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/d85f969e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 81d513d..ee72a1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@ limitations under the License.
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <skipIntegrationTests>true</skipIntegrationTests>
         <skipPerformanceTests>true</skipPerformanceTests>
-        <slf4j.version>1.7.7</slf4j.version>
+        <slf4j.version>1.7.12</slf4j.version>
         <hadoop.version>1.2.1</hadoop.version>
         <javadoc-plugin.version>2.10.1</javadoc-plugin.version>
         <muteTestLogs>false</muteTestLogs>


[2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/master'

Posted by sp...@apache.org.
Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/master
Commit: a9336c57e7e4f5581cd84fdb9056e0e097cb9005
Parents: d85f969 f3b91ce
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu May 7 10:40:32 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu May 7 10:40:32 2015 -0400

----------------------------------------------------------------------
 .../process/traversal/TraversalSource.java      |  3 +
 .../process/traversal/TraversalStrategy.java    | 27 +++++++-
 .../dsl/graph/GraphTraversalSource.java         |  7 +-
 .../engine/ComputerTraversalEngine.java         | 14 ++++
 .../strategy/decoration/EventStrategy.java      |  2 +-
 .../strategy/decoration/PartitionStrategy.java  |  2 +-
 .../strategy/decoration/SubgraphStrategy.java   |  2 +-
 .../finalization/EngineDependentStrategy.java   |  4 ++
 .../traversal/step/map/AddVertexTest.java       |  3 +-
 .../step/sideEffect/TinkerGraphStep.java        |  2 +-
 .../TinkerGraphNoStrategyComputerProvider.java  | 67 ++++++++++++++++++++
 ...inkerGraphNoStrategyProcessComputerTest.java | 35 ++++++++++
 ...inkerGraphNoStrategyProcessStandardTest.java | 33 ++++++++++
 .../process/TinkerGraphNoStrategyProvider.java  | 63 ++++++++++++++++++
 14 files changed, 256 insertions(+), 8 deletions(-)
----------------------------------------------------------------------