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/23 10:06:33 UTC

[tinkerpop] branch master updated (ea085b1 -> a0b82c6)

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

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


    from ea085b1  Merge branch '3.4-dev'
     add 2553bda  TINKERPOP-2550 Fixed bug in java Client initialization
     add 11a963d  Merge branch 'TINKERPOP-2550' into 3.4-dev
     new a0b82c6  Merge branch '3.4-dev'

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:
 CHANGELOG.asciidoc                                 |  1 +
 .../apache/tinkerpop/gremlin/driver/Client.java    | 19 +++++++-
 .../tinkerpop/gremlin/driver/ConnectionPool.java   | 10 ++--
 .../gremlin/driver/SimpleSocketServer.java         |  2 +-
 .../WebSocketClientBehaviorIntegrateTest.java      | 56 ++++++++++++++++++++++
 5 files changed, 80 insertions(+), 8 deletions(-)

[tinkerpop] 01/01: Merge branch '3.4-dev'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit a0b82c67d628895a88e8253760efb9c2a14289e7
Merge: ea085b1 11a963d
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Apr 23 06:06:10 2021 -0400

    Merge branch '3.4-dev'

 CHANGELOG.asciidoc                                 |  1 +
 .../apache/tinkerpop/gremlin/driver/Client.java    | 19 +++++++-
 .../tinkerpop/gremlin/driver/ConnectionPool.java   | 10 ++--
 .../gremlin/driver/SimpleSocketServer.java         |  2 +-
 .../WebSocketClientBehaviorIntegrateTest.java      | 56 ++++++++++++++++++++++
 5 files changed, 80 insertions(+), 8 deletions(-)