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

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

commit 15e1c1b22cf4cc7b17fd8ae675ddcafac2eae94c
Merge: d8320d05c2 0abb82d87f
Author: Valentyn Kahamlyk <valentyn.kaham...@improving.com>
AuthorDate: Wed Nov 15 16:50:29 2023 -0800

    Merge branch '3.7-dev'

 CHANGELOG.asciidoc                                 |   1 +
 .../driver/handler/HttpGremlinRequestEncoder.java  |  48 +++---
 .../driver/handler/HttpGremlinResponseDecoder.java |   8 +-
 .../gremlin/groovy/engine/GremlinExecutor.java     |  86 +++++++++--
 .../gremlin_python/driver/aiohttp/transport.py     |   4 +-
 .../main/python/gremlin_python/driver/protocol.py  |  32 +---
 .../driver/test_driver_remote_connection_http.py   |  19 +--
 .../conf/gremlin-server-rest-modern.yaml           |   5 +-
 .../server/handler/HttpGremlinEndpointHandler.java |  82 +++++-----
 .../gremlin/server/handler/HttpHandlerUtil.java    |  63 +++++++-
 .../server/util/TextPlainMessageSerializer.java    |   7 +-
 .../server/GremlinServerHttpIntegrateTest.java     |  20 ++-
 .../gremlin/server/HttpDriverIntegrateTest.java    |  30 +++-
 .../server/handler/HttpHandlerUtilTest.java        | 165 +++++++++++++++++++++
 .../util/ser/GraphSONMessageSerializerV3Test.java  |  48 +++++-
 .../binary/GraphBinaryMessageSerializerV1Test.java |  25 +++-
 .../structure/TinkerElementContainer.java          |  33 +++--
 .../tinkergraph/structure/TinkerTransaction.java   |  44 ++++--
 .../structure/TinkerTransactionGraph.java          |  35 ++---
 .../structure/TinkerTransactionalIndex.java        |   4 +-
 .../structure/TinkerTransactionGraphTest.java      |  45 ++++++
 21 files changed, 599 insertions(+), 205 deletions(-)


Reply via email to