This is an automated email from the ASF dual-hosted git repository. kenhuuu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 441a2ca76059aaf178737e74696efe3cc49c64f5 Merge: 98f06de01b 8676ca9c86 Author: Ken Hu <[email protected]> AuthorDate: Wed Jun 17 14:14:29 2026 -0700 Merge pull request #3457 .../apache/tinkerpop/gremlin/server/Context.java | 31 --- .../server/handler/HttpGremlinEndpointHandler.java | 187 ++++------------- .../gremlin/server/handler/HttpHandlerUtil.java | 111 ---------- .../server/handler/HttpResponseCoordinator.java | 232 +++++++++++++++++++++ .../tinkerpop/gremlin/server/handler/StateKey.java | 5 - .../server/transaction/UnmanagedTransaction.java | 22 +- .../server/GremlinServerHttpIntegrateTest.java | 14 ++ .../GremlinServerHttpTransactionIntegrateTest.java | 8 +- 8 files changed, 314 insertions(+), 296 deletions(-)
