This is an automated email from the ASF dual-hosted git repository.
kenhuuu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 417dfe92e8 build(deps): bump hono from 4.12.14 to 4.12.26 in
/gremlin-js (#3478)
new 3b847d771c Terminate the chunked response on serializer failure CTR
new 4e64fcbb65 Release pooled ByteBuf when a TypeSerializer throws
unchecked CTR
new 5ad67238f7 Route exceptionCaught through the response coordinator CTR
The 3 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:
.../server/handler/HttpGremlinEndpointHandler.java | 26 +++++++--
.../server/handler/HttpRequestIdHandler.java | 4 ++
.../server/handler/HttpResponseCoordinator.java | 31 +++++++----
.../tinkerpop/gremlin/server/handler/StateKey.java | 10 ++++
.../handler/HttpGremlinEndpointHandlerTest.java | 62 ++++++++++++++++++++++
.../server/handler/HttpRequestIdHandlerTest.java | 25 +++++++++
.../util/ser/GraphBinaryMessageSerializerV4.java | 5 +-
7 files changed, 148 insertions(+), 15 deletions(-)
create mode 100644
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/handler/HttpGremlinEndpointHandlerTest.java