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

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


    from 8f9edf31a3 Merge branch '3.5-dev' into 3.6-dev
     new 5329effc84 Add deprecation notice for Neo4j-Gremlin (#2159)
     new d98357ceac [TINKERPOP-2973] Enable vertex properties filtering for 
GraphComputer (#2164)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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    |  6 ++
 .../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        |  2 +
 .../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, 225 insertions(+), 28 deletions(-)

Reply via email to