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/02/20 11:20:48 UTC

[tinkerpop] branch 3.4-dev updated (5e54a70 -> ed03483)

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 5e54a70  Merge branch '3.3-dev' into 3.4-dev
     add 0b06800  TINKERPOP-2338 Fixed bug in drop() of edge/meta properties
     add ed03483  Merge branch 'TINKERPOP-2338' into 3.4-dev

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  2 +-
 docs/src/upgrade/release-3.4.x.asciidoc            | 12 ++++++
 .../strategy/optimization/LazyBarrierStrategy.java |  5 +++
 .../optimization/LazyBarrierStrategyTest.java      |  9 ++++-
 .../Gherkin/GherkinTestRunner.cs                   |  2 +-
 .../ModernGraphTypeInformation.cs                  |  1 +
 .../src/main/jython/radish/feature_steps.py        |  2 +
 gremlin-test/features/filter/Drop.feature          | 43 +++++++++++++++++++++-
 .../process/traversal/step/filter/DropTest.java    | 37 +++++++++++++++++++
 9 files changed, 109 insertions(+), 4 deletions(-)