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

florianhockmann pushed a change to branch TINKERPOP-2651
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


 discard e2a036e  TINKERPOP-2651 Update to .NET 6
     add 96ccc21  TINKERPOP-2626 Prevent premature close of traversal
     add 8c7a1a5  Bump to maven 3.8.x in docker image CTR
     add 5db8aad  Bump to Netty 4.1.72 CTR
     add b51c97e  Added transaction testing to Gremlin Server for CI CTR
     add 9ab9433  Changed seconds to minutes for timeout - oops CTR
     add e0412a6  Reduced resources consumed by gremlin server integration tests
     add 8b0d2d1  TINKERPOP-2626 Added explicit closed state to DefaultTraversal
     new 95334a5  TINKERPOP-2651 Update to .NET 6

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e2a036e)
            \
             N -- N -- N   refs/heads/TINKERPOP-2651 (95334a5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 .github/workflows/build-test.yml                   | 22 +++---
 CHANGELOG.asciidoc                                 |  4 +-
 docker/build/Dockerfile.template                   |  2 +-
 .../gremlin/process/traversal/Traversal.java       | 14 +++-
 .../traversal/step/filter/RangeGlobalStep.java     |  3 -
 .../process/traversal/util/DefaultTraversal.java   | 42 +++++++++-
 .../gremlin/structure/util/CloseableIterator.java  |  3 +-
 gremlin-server/conf/neo4j-empty.properties         |  6 ++
 .../tinkerpop/gremlin/server/GremlinServer.java    | 35 ++++++++-
 .../driver/remote/AbstractRemoteGraphProvider.java |  6 ++
 .../AbstractGremlinServerIntegrationTest.java      | 25 +++++-
 .../gremlin/server/GremlinDriverIntegrateTest.java | 89 +++++++++++-----------
 .../server/GremlinServerHttpIntegrateTest.java     |  6 +-
 .../gremlin/server/GremlinServerIntegrateTest.java | 35 +++++++--
 .../server/GremlinServerSessionIntegrateTest.java  | 15 +---
 pom.xml                                            |  2 +-
 16 files changed, 214 insertions(+), 95 deletions(-)

Reply via email to