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

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


    from a7807ac  Merge branch 'tp33'
     new bfa90d2  TINKERPOP-2135/2148 Use custom COW collection
     new a49b377  TINKERPOP-2135/2148 Avoid leaking open connections
     new f93bcd8  TINKERPOP-2135/2148 Remove while loop to populate pool
     new e900e8d  TINKERPOP-2135/2148 Add changelog entry CTR

The 15029 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 +
 .../src/Gremlin.Net/Driver/Connection.cs           |   2 +-
 .../src/Gremlin.Net/Driver/ConnectionPool.cs       | 118 ++++++-----
 .../Gremlin.Net/Driver/CopyOnWriteCollection.cs    |  85 ++++++++
 .../AssemblyInfo.cs}                               |  20 +-
 .../Driver/CopyOnWriteCollectionTests.cs           | 235 +++++++++++++++++++++
 6 files changed, 385 insertions(+), 76 deletions(-)
 create mode 100644 
gremlin-dotnet/src/Gremlin.Net/Driver/CopyOnWriteCollection.cs
 copy 
gremlin-dotnet/src/Gremlin.Net/{Driver/ResultsAggregation/DefaultAggregator.cs 
=> Properties/AssemblyInfo.cs} (66%)
 create mode 100644 
gremlin-dotnet/test/Gremlin.Net.UnitTest/Driver/CopyOnWriteCollectionTests.cs

Reply via email to