This is an automated email from the ASF dual-hosted git repository. valentyn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from d8320d05c2 Bump @types/node from 20.8.7 to 20.9.0 in /docs/gremlint (#2333) add ed4dac94af [TINKERPOP-3016] Fix for reading value from different read operation (#2343) add 8365421f25 Bytecode support for HTTP requests (#2336) add 0abb82d87f merge bytecode over HTTP PR new 15e1c1b22c Merge branch '3.7-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 + .../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(-) create mode 100644 gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/handler/HttpHandlerUtilTest.java