You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/01/22 19:00:22 UTC

incubator-tinkerpop git commit: Michael Hunger just updated the tinkerpop-neo4j-api to support Neo4j's latest release of 2.3.2. Bumpd neo4j-gremlins pom.xml. integration tested. CTR.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 98a097eb7 -> 272569cb7


Michael Hunger just updated the tinkerpop-neo4j-api to support Neo4j's latest release of 2.3.2. Bumpd neo4j-gremlins pom.xml. integration tested. CTR.


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

Branch: refs/heads/master
Commit: 272569cb767e5da8e907b058dfc3dc8ef7f4f3b5
Parents: 98a097e
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Jan 22 11:00:22 2016 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri Jan 22 11:00:35 2016 -0700

----------------------------------------------------------------------
 CHANGELOG.asciidoc    | 1 +
 neo4j-gremlin/pom.xml | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/272569cb/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 2ccfa12..a68a359 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/
 TinkerPop 3.1.1 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Bumped to Neo4j 2.3.2.
 * Fixed Java comparator contract issue around `Order.shuffle`.
 * Optimized a very inefficient implementation of `SampleLocalStep`.
 * Reduced the complexity and execution time of all `AbstractLambdaTraversal` instances.

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/272569cb/neo4j-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/neo4j-gremlin/pom.xml b/neo4j-gremlin/pom.xml
index b13c556..6bfd5ee 100644
--- a/neo4j-gremlin/pom.xml
+++ b/neo4j-gremlin/pom.xml
@@ -142,7 +142,7 @@ limitations under the License.
                 <dependency>
                     <groupId>org.neo4j</groupId>
                     <artifactId>neo4j-tinkerpop-api-impl</artifactId>
-                    <version>0.3-2.3.0</version>
+                    <version>0.3-2.3.2</version>
                     <scope>test</scope>
                     <exclusions>
                         <exclusion>
@@ -157,6 +157,10 @@ limitations under the License.
                             <groupId>org.scala-lang</groupId>
                             <artifactId>scala-library</artifactId>
                         </exclusion>
+                        <exclusion>
+                            <groupId>org.slf4j</groupId>
+                            <artifactId>slf4j-api</artifactId>
+                        </exclusion>
                     </exclusions>
                 </dependency>
                 <dependency>