You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/04/13 12:42:35 UTC

[tinkerpop] branch TINKERPOP-2245 updated (dcf9fcb -> 52941ac)

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

spmallette pushed a change to branch TINKERPOP-2245
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from dcf9fcb  TINKERPOP-709 Introduce rate limiting to gremlin server
     add 0ffc846  TINKERPOP-2245 Provide a way to check for open transactions across the GraphManager
     add 7fba0ad  TINKERPOP-2245 Removed RequestOptions changes that recently added maintainStateAfterException
     add 9970726  TINKERPOP-2245 Mostly documentation fixes though startTransaction() no longer silently rollsback...it throws an exception if there is an open transaction.
     add 52941ac  TINKERPOP-2245 Reverted the deprecation on createThreadedTransaction()

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  2 +-
 docs/src/reference/gremlin-applications.asciidoc   | 15 +++++++++----
 docs/src/upgrade/release-3.5.x.asciidoc            | 26 ++++++++++++++++------
 .../tinkerpop/gremlin/structure/Transaction.java   |  4 ----
 .../apache/tinkerpop/gremlin/driver/Client.java    |  7 +++---
 .../tinkerpop/gremlin/driver/RequestOptions.java   | 17 --------------
 .../apache/tinkerpop/gremlin/server/Context.java   | 26 +++++++++++++++++++++-
 .../tinkerpop/gremlin/server/GraphManager.java     | 10 +++++++++
 .../apache/tinkerpop/gremlin/server/Settings.java  |  5 ++++-
 .../gremlin/server/handler/AbstractSession.java    | 17 +++++++++++---
 .../gremlin/server/handler/MultiTaskSession.java   | 19 +++++++++++++---
 .../gremlin/server/handler/UnifiedHandler.java     |  8 +++----
 .../server/GremlinServerSessionIntegrateTest.java  | 10 ++++-----
 13 files changed, 112 insertions(+), 54 deletions(-)