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 0283a806fdb7713215f554953db1ff175e9f4c29
Merge: b430314 3939f88
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 10 14:20:42 2019 -0400

    Merge branch 'pr-1118' into tp33

 CHANGELOG.asciidoc                                 |  4 +-
 docs/src/dev/provider/index.asciidoc               | 10 +++
 .../gremlin/process/traversal/Traversal.java       |  9 +++
 .../process/traversal/step/filter/NotStep.java     |  2 +-
 .../traversal/step/filter/RangeGlobalStep.java     |  4 +
 .../process/traversal/util/DefaultTraversal.java   |  5 ++
 .../process/traversal/util/TraversalUtil.java      | 49 ++++++++++--
 .../util/iterator/StoreIteratorCounter.java        | 54 +++++++++++++
 .../process/traversal/step/filter/NotStepTest.java | 39 +++++++++
 .../tinkerpop/gremlin/AbstractGremlinTest.java     | 22 ++++-
 .../tinkerpop/gremlin/IgnoreIteratorLeak.java      | 41 ++++++++++
 .../generator/CommunityGeneratorTest.java          | 33 +++++---
 .../generator/DistributionGeneratorTest.java       |  9 ++-
 .../process/computer/GraphComputerTest.java        |  2 +
 .../bulkloading/BulkLoaderVertexProgramTest.java   |  2 +
 .../traversal/TraversalInterruptionTest.java       |  2 +
 .../process/traversal/step/filter/FilterTest.java  | 11 +--
 .../process/traversal/step/filter/HasTest.java     |  2 +
 .../process/traversal/step/filter/WhereTest.java   |  2 +-
 .../traversal/step/sideEffect/SubgraphTest.java    |  2 +
 .../decoration/SubgraphStrategyProcessTest.java    |  2 +
 .../tinkerpop/gremlin/structure/io/IoTest.java     |  7 +-
 .../traversal/step/sideEffect/TinkerGraphStep.java | 49 +++++++++---
 .../gremlin/tinkergraph/structure/TinkerGraph.java |  6 +-
 .../tinkergraph/structure/TinkerGraphIterator.java | 93 ++++++++++++++++++++++
 25 files changed, 410 insertions(+), 51 deletions(-)

diff --cc CHANGELOG.asciidoc
index 62be573,c377d2f..e0afabf
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -26,7 -26,8 +26,9 @@@ image::https://raw.githubusercontent.co
  * Bump to Groovy 2.4.17.
  * Bump to Jackson 2.9.9.
  * Improved error messaging when an attempt is made to serialize 
multi-properties to GraphML.
- * gt/gte/lt/lte can throw a ClassCastException if one of the object isn't a 
Comparable
 -* Add test infrastructure to check for storage iterator leak
 -* Fix multiple iterator leaks in query processor
++* Improved exception and messaging for gt/gte/lt/lte when one of the object 
isn't a `Comparable`.
++* Added test infrastructure to check for storage iterator leak.
++* Fixed multiple iterator leaks in query processor.
  
  [[release-3-3-7]]
  === TinkerPop 3.3.7 (Release Date: May 28, 2019)

Reply via email to