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/06/14 12:30:44 UTC

[tinkerpop] 01/03: Merge branch 'pr-1126' into tp33

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 bcef625a2fe825ee3dcf5684fd8513e7580f0ace
Merge: ddac926 780e6cf
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Fri Jun 14 08:01:12 2019 -0400

    Merge branch 'pr-1126' into tp33

 CHANGELOG.asciidoc                                           |  1 +
 .../gremlin/server/op/session/SessionOpProcessor.java        | 12 ++++--------
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --cc CHANGELOG.asciidoc
index 0b7d75e,2977e61..5f0cb5d
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -26,11 -26,7 +26,12 @@@ 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.
 +* 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.
 +* Fixed bug in `MatchStep` where the correct was not properly determined.
 +* Fixed bug where client/server exception mismatch when server throw StackOverflowError
+ * Prevent exception when closing a session that doesn't exist
  
  [[release-3-3-7]]
  === TinkerPop 3.3.7 (Release Date: May 28, 2019)