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 98f06de01b Skip 1+1 init probe for grammar-based groovy-test engine CTR
     add 09bddc9efb Centralize HTTP response writes in HttpResponseCoordinator.
     add 8676ca9c86 Ensure enqueued transactions return errors.
     new 441a2ca760 Merge pull request #3457

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:
 .../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(-)
 create mode 100644 
gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/handler/HttpResponseCoordinator.java

Reply via email to