You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by be...@apache.org on 2022/06/27 20:02:41 UTC

[tinkerpop] branch 3.5-dev updated (058c57b356 -> c03d1ce7c3)

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

bechbd pushed a change to branch 3.5-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 058c57b356 Bumped the version of typescript in gremlint from 3.7.3 to 3.7.4
     add 15152124d8 Throw exception if transaction attempted on non transaction supported graph
     add 5b831000b5 Change flush to normal throw
     add bbb60e6f6e Add throw to `AbstractSession.java` as well
     add dbbc6c88b5 Added testing
     add 5817302321 Remove unused imports
     add 88c9621319 license
     add 344709e429 Reproducer comment
     add 8ca3282bed Merge branch 'pr-1714' into 3.5-dev
     add c03d1ce7c3 Added CHANGELOG entry

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 .../gremlin/server/handler/AbstractSession.java    |  2 +
 .../server/op/session/SessionOpProcessor.java      |  2 +
 .../server/GremlinServerSessionIntegrateTest.java  | 29 ++++++++++
 ...SessionIntegrateWithUnifiedChannelizerTest.java | 61 ++++++++++++++++++++++
 5 files changed, 95 insertions(+)
 create mode 100644 gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerSessionIntegrateWithUnifiedChannelizerTest.java