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

colegreer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from c456e943ce Merge branch '3.6-dev'
     add 86e206f718 Add deprecation notice for Neo4j-Gremlin (#2159)
     add 077cfe8f8e [TINKERPOP-2973] Enable vertex properties filtering for 
GraphComputer (#2164)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 docs/src/reference/implementations-neo4j.asciidoc  |  8 +-
 docs/src/upgrade/release-3.5.x.asciidoc            |  9 ++
 .../gremlin/process/computer/GraphComputer.java    | 11 +++
 .../gremlin/process/computer/GraphFilter.java      | 99 ++++++++++++++++++----
 .../gremlin/structure/util/star/StarGraph.java     |  8 ++
 .../gremlin/process/TraversalStrategiesTest.java   |  6 ++
 .../process/computer/GraphComputerTest.java        | 29 ++++++-
 .../pagerank/PageRankVertexProgramTest.java        |  6 +-
 .../computer/AbstractHadoopGraphComputer.java      |  8 +-
 .../gremlin/neo4j/jsr223/Neo4jGremlinPlugin.java   |  2 +
 .../gremlin/neo4j/process/traversal/LabelP.java    |  9 +-
 .../traversal/step/sideEffect/CypherStartStep.java |  2 +
 .../traversal/step/sideEffect/Neo4jGraphStep.java  |  2 +
 .../optimization/Neo4jGraphStepStrategy.java       |  2 +
 .../neo4j/process/util/Neo4jCypherIterator.java    |  2 +
 .../gremlin/neo4j/structure/Neo4jEdge.java         |  2 +
 .../gremlin/neo4j/structure/Neo4jElement.java      |  2 +
 .../gremlin/neo4j/structure/Neo4jGraph.java        |  3 +-
 .../neo4j/structure/Neo4jGraphVariables.java       |  2 +
 .../gremlin/neo4j/structure/Neo4jHelper.java       |  2 +
 .../gremlin/neo4j/structure/Neo4jProperty.java     |  2 +
 .../gremlin/neo4j/structure/Neo4jVertex.java       |  2 +
 .../neo4j/structure/Neo4jVertexProperty.java       |  2 +
 .../gremlin/spark/structure/SparkTest.java         |  6 +-
 .../process/computer/TinkerGraphComputer.java      |  7 ++
 .../process/computer/TinkerGraphComputerView.java  | 23 ++++-
 27 files changed, 226 insertions(+), 31 deletions(-)

Reply via email to