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/09/14 11:07:20 UTC

[tinkerpop] branch master updated (417d926 -> a453ea4)

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

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


    from 417d926  Merge branch '3.4-dev'
     add 5950eea  [TINKERPOP-2416] MultiIterator implement AutoCloseable and close holding iterators on close
     add 06bae56  Merge branch 'pr-1325' into 3.4-dev
     add c3946bf  Added changelog entry CTR
     new a453ea4  Merge branch '3.4-dev'

The 1 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 +
 .../gremlin/util/iterator/MultiIterator.java       | 13 ++++++-
 .../gremlin/util/iterator/MultiIteratorTest.java   | 45 +++++++++++++++++++++-
 3 files changed, 57 insertions(+), 2 deletions(-)


[tinkerpop] 01/01: Merge branch '3.4-dev'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a453ea493a4cee8ca5770a51a8a397ac332797aa
Merge: 417d926 c3946bf
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Sep 14 07:06:40 2020 -0400

    Merge branch '3.4-dev'

 CHANGELOG.asciidoc                                 |  1 +
 .../gremlin/util/iterator/MultiIterator.java       | 13 ++++++-
 .../gremlin/util/iterator/MultiIteratorTest.java   | 45 +++++++++++++++++++++-
 3 files changed, 57 insertions(+), 2 deletions(-)