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 2023/07/13 20:02:03 UTC

[tinkerpop] branch 3.5-dev updated (1baf9431bc -> 309e332b2e)

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

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


    from 1baf9431bc Bump javapoet from 1.8.0 to 1.13.0 (#2107)
     add 309e332b2e TINKERPOP-2965 Fixed bug in FilterRankingStrategy

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 .../optimization/FilterRankingStrategy.java        | 33 ++++++++++++-----
 .../HasNextStep.java => util/DepthComparator.java} | 30 ++++++++-------
 .../process/traversal/util/TraversalHelper.java    | 35 ++++++++++++++++++
 .../traversal/util/TraversalHelperTest.java        | 43 +++++++++++++++++++++-
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  2 +
 gremlin-go/driver/cucumber/gremlin.go              |  2 +
 .../gremlin-javascript/test/cucumber/gremlin.js    |  2 +
 gremlin-python/src/main/python/radish/gremlin.py   |  2 +
 gremlin-test/features/filter/Where.feature         | 36 ++++++++++++++++++
 10 files changed, 162 insertions(+), 24 deletions(-)
 copy gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/{step/map/HasNextStep.java => util/DepthComparator.java} (56%)