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/06/21 18:02:11 UTC

[15/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1518'

Merge branch 'TINKERPOP-1518'


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

Branch: refs/heads/shortest-path-wip
Commit: ad19a1179d241340e81413fd951c00dd9cb82058
Parents: f3506ee 221fda5
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Jun 13 05:44:54 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Jun 13 05:44:54 2018 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |  1 +
 docs/src/dev/provider/index.asciidoc            |  4 +
 docs/src/upgrade/release-3.4.x.asciidoc         | 20 +++++
 .../tinkerpop/gremlin/structure/Graph.java      |  1 -
 .../tinkerpop/gremlin/AbstractGremlinTest.java  | 78 +++++++++++++-------
 .../apache/tinkerpop/gremlin/GraphManager.java  |  5 ++
 .../apache/tinkerpop/gremlin/GraphProvider.java | 16 ++++
 .../neo4j/AbstractNeo4jGraphProvider.java       | 23 +++++-
 8 files changed, 121 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ad19a117/docs/src/upgrade/release-3.4.x.asciidoc
----------------------------------------------------------------------