You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2020/06/09 10:46:16 UTC

[tinkerpop] branch 3.4-dev updated (d7b46b6 -> f51cdfa)

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

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


    from d7b46b6  Added IO test files for 3.4.7 CTR
     add 1e9eda7  TINKERPOP-2288 Replace closed connections directly
     add f51cdfa  Merge branch 'TINKERPOP-2288' into 3.4-dev

No new revisions were added by this update.

Summary of changes:
 docs/src/reference/gremlin-variants.asciidoc       |   4 +
 docs/src/upgrade/release-3.4.x.asciidoc            |   8 +
 gremlin-dotnet/glv/Gremlin.Net.csproj.template     |   7 +-
 .../src/Gremlin.Net/Driver/ConnectionFactory.cs    |   4 +-
 .../src/Gremlin.Net/Driver/ConnectionPool.cs       | 135 +++++++++----
 .../Gremlin.Net/Driver/ConnectionPoolSettings.cs   |  70 ++++++-
 .../src/Gremlin.Net/Driver/GremlinClient.cs        |   2 +-
 .../src/Gremlin.Net/Driver/IConnection.cs          |   4 +
 .../Gremlin.Net/Driver/IConnectionFactory.cs}      |   8 +-
 .../src/Gremlin.Net/Driver/ProxyConnection.cs      |  26 ++-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |   7 +-
 .../src/Gremlin.Net/Properties/AssemblyInfo.cs     |   3 +-
 .../Driver/ConnectionPoolSettingsTests.cs          |  19 ++
 .../Driver/ConnectionPoolTests.cs                  | 216 +++++++++++++++++++++
 14 files changed, 448 insertions(+), 65 deletions(-)
 copy gremlin-dotnet/{test/Gremlin.Net.UnitTest/Structure/IO/GraphSON/TestClass.cs => src/Gremlin.Net/Driver/IConnectionFactory.cs} (85%)
 create mode 100644 gremlin-dotnet/test/Gremlin.Net.UnitTest/Driver/ConnectionPoolTests.cs