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 2019/10/02 19:24:30 UTC

[tinkerpop] branch driver-35 updated (4232a40 -> 8bd39ad)

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

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


    from 4232a40  Added test to show fix for TINKERPOP-2132 which related to problems with authentication over multiple threads.
     new 2b5763c  Upgrade Netty containing fix for proper close of FixedChannelPool
     new 490982e  Fix indentation
     new 885d82e  Bump Netty to 4.1.42
     new 8bd39ad  Merge pull request #1205 from divijvaidya/driver-35

The 15828 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:
 .../gremlin/driver/ConnectionPoolImpl.java         |  25 +-
 .../gremlin/driver/TinkerpopFixedChannelPool.java  | 508 ---------------------
 pom.xml                                            |   2 +-
 3 files changed, 14 insertions(+), 521 deletions(-)
 delete mode 100644 gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/TinkerpopFixedChannelPool.java