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/03/26 11:29:57 UTC

[tinkerpop] branch 3.3-dev updated (acd5ec4 -> 6673cbd)

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

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


    from acd5ec4  Bump Gremlin Console integration tests to use Python 3
     add 6a8db64  TINKERPOP-2351 Fixed bug in Order when enum is a key in Map
     add 6673cbd  Merge branch 'TINKERPOP-2351' into 3.3-dev

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 .../tinkerpop/gremlin/process/traversal/Order.java | 28 ++++++----
 .../gremlin/process/traversal/OrderTest.java       |  3 +
 gremlin-test/features/map/Order.feature            | 17 +++++-
 .../process/traversal/step/map/OrderTest.java      | 65 +++++++++++++++++-----
 5 files changed, 88 insertions(+), 26 deletions(-)