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/10 17:55:23 UTC

[tinkerpop] branch master updated (c1b84e7 -> 3930646)

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

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


    from c1b84e7  Merge branch 'tp34'
     add 2770193  gt/gte/lt/lte can throw CCE if object isn't a Comparable
     new d01926f  Merge branch 'pr-1120' into tp33
     new b430314  Fix up changelog after PR #1120 CTR
     new 33bf261  Merge branch 'tp33' into tp34
     new 3930646  Merge branch 'tp34'

The 4 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 +
 .../gremlin/process/traversal/Compare.java         | 44 ++++++++---
 .../process/traversal/CompareExceptionTest.java    | 76 ++++++++++++++++++
 .../gremlin/process/traversal/CompareTest.java     | 90 ++++++++++++++--------
 4 files changed, 172 insertions(+), 39 deletions(-)
 create mode 100644 gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/CompareExceptionTest.java


[tinkerpop] 01/04: Merge branch 'pr-1120' into tp33

Posted by sp...@apache.org.
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 d01926f51d26274d1b8dd2e4ce27a78bd6beb43e
Merge: 445da1d 2770193
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 10 13:53:20 2019 -0400

    Merge branch 'pr-1120' into tp33

 CHANGELOG.asciidoc                                 |  1 +
 .../gremlin/process/traversal/Compare.java         | 44 ++++++++---
 .../process/traversal/CompareExceptionTest.java    | 76 ++++++++++++++++++
 .../gremlin/process/traversal/CompareTest.java     | 90 ++++++++++++++--------
 4 files changed, 172 insertions(+), 39 deletions(-)


[tinkerpop] 02/04: Fix up changelog after PR #1120 CTR

Posted by sp...@apache.org.
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 b4303148e79c09b401fc4d39202da16cc0a6ca9e
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 10 13:54:31 2019 -0400

    Fix up changelog after PR #1120 CTR
---
 CHANGELOG.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 6e5b557..62be573 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * 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
 
 [[release-3-3-7]]
 === TinkerPop 3.3.7 (Release Date: May 28, 2019)
@@ -49,7 +50,6 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Fixed behavior of `P` for `within()` and `without()` in GLVs to be consistent with Java when using varargs.
 * Cleared the input buffer after exceptions in Gremlin Console.
 * Added parameter to configure the `processor` in the gremlin-javascript `client` constructor.
-* gt/gte/lt/lte can throw a ClassCastException if one of the object isn't a Comparable
 
 ==== Bugs
 


[tinkerpop] 04/04: Merge branch 'tp34'

Posted by sp...@apache.org.
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 393064669daae2e982d5ce5867053a17a5f08b22
Merge: c1b84e7 33bf261
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 10 13:55:08 2019 -0400

    Merge branch 'tp34'

 CHANGELOG.asciidoc                                 |  1 +
 .../gremlin/process/traversal/Compare.java         | 44 ++++++++---
 .../process/traversal/CompareExceptionTest.java    | 76 ++++++++++++++++++
 .../gremlin/process/traversal/CompareTest.java     | 90 ++++++++++++++--------
 4 files changed, 172 insertions(+), 39 deletions(-)



[tinkerpop] 03/04: Merge branch 'tp33' into tp34

Posted by sp...@apache.org.
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 33bf261763a28124ee419fca3d2ce9091052263b
Merge: 85434ff b430314
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 10 13:54:53 2019 -0400

    Merge branch 'tp33' into tp34

 CHANGELOG.asciidoc                                 |  1 +
 .../gremlin/process/traversal/Compare.java         | 44 ++++++++---
 .../process/traversal/CompareExceptionTest.java    | 76 ++++++++++++++++++
 .../gremlin/process/traversal/CompareTest.java     | 90 ++++++++++++++--------
 4 files changed, 172 insertions(+), 39 deletions(-)