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 2020/09/09 11:53:16 UTC

[tinkerpop] branch 3.4-dev updated (d8106f7 -> 516aa09)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch 3.4-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from d8106f7  TINKERPOP-2396 Added Traversal.getTraverserSetSupplier()
     add 26e7e8e  TINKERPOP-2413 Added withEmbedded() to replace withGraph()
     add dd73f32  TINKERPOP-2413 Promote withEmbedded() in docs
     add 516aa09  Merge branch 'TINKERPOP-2413' into 3.4-dev

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 docs/site/home/gremlin.html                        |  8 ++--
 docs/src/dev/provider/index.asciidoc               |  6 +--
 docs/src/recipes/centrality.asciidoc               |  3 +-
 docs/src/recipes/olap-spark-yarn.asciidoc          |  2 +-
 docs/src/reference/compilers.asciidoc              |  6 +--
 docs/src/reference/gremlin-applications.asciidoc   | 12 +++---
 docs/src/reference/gremlin-variants.asciidoc       |  8 ++--
 .../implementations-hadoop-start.asciidoc          |  2 +-
 docs/src/reference/implementations-neo4j.asciidoc  | 10 ++---
 docs/src/reference/implementations-spark.asciidoc  |  4 +-
 .../reference/implementations-tinkergraph.asciidoc | 10 ++---
 docs/src/reference/intro.asciidoc                  |  7 ++--
 docs/src/reference/the-graph.asciidoc              | 10 ++---
 docs/src/reference/the-graphcomputer.asciidoc      | 14 +++----
 docs/src/reference/the-traversal.asciidoc          | 44 +++++++++++-----------
 docs/src/tutorials/getting-started/index.asciidoc  | 19 +++++++---
 .../gremlin-language-variants/index.asciidoc       |  4 +-
 .../tutorials/the-gremlin-console/index.asciidoc   | 17 ++++++---
 docs/src/upgrade/release-3.4.x.asciidoc            | 31 ++++++++++++++-
 .../traversal/AnonymousTraversalSource.java        | 34 +++++++++++------
 .../lib/process/anonymous-traversal.js             | 15 +++++---
 .../gremlin-javascript/lib/structure/graph.js      |  3 ++
 23 files changed, 166 insertions(+), 104 deletions(-)