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 2020/06/19 15:51:42 UTC

[tinkerpop] branch master updated (7780f4d -> c27d3aa)

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 7780f4d  Merge branch '3.4-dev'
     add ba44f73  TINKERPOP-2383 Fixed bug in has(T,Traversal)
     new bd4bd43  Merge branch 'TINKERPOP-2383' into 3.4-dev
     new c27d3aa  Merge branch '3.4-dev'

The 2 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                                  |  3 ++-
 .../process/traversal/dsl/graph/GraphTraversal.java | 21 ++++++++++++++++-----
 gremlin-test/features/filter/Has.feature            | 12 ++++++++++++
 .../process/traversal/step/filter/HasTest.java      | 19 +++++++++++++++++++
 4 files changed, 49 insertions(+), 6 deletions(-)


[tinkerpop] 02/02: Merge branch '3.4-dev'

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 c27d3aa1fa8f9b3a727a0ea3c526e6489e245b82
Merge: 7780f4d bd4bd43
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Fri Jun 19 11:51:25 2020 -0400

    Merge branch '3.4-dev'

 CHANGELOG.asciidoc                                  |  3 ++-
 .../process/traversal/dsl/graph/GraphTraversal.java | 21 ++++++++++++++++-----
 gremlin-test/features/filter/Has.feature            | 12 ++++++++++++
 .../process/traversal/step/filter/HasTest.java      | 19 +++++++++++++++++++
 4 files changed, 49 insertions(+), 6 deletions(-)



[tinkerpop] 01/02: Merge branch 'TINKERPOP-2383' into 3.4-dev

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 bd4bd438c1bd1d705369b9b7f9fadb163b66ff6a
Merge: 7150e73 ba44f73
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Fri Jun 19 11:51:16 2020 -0400

    Merge branch 'TINKERPOP-2383' into 3.4-dev

 CHANGELOG.asciidoc                                  |  3 ++-
 .../process/traversal/dsl/graph/GraphTraversal.java | 21 ++++++++++++++++-----
 gremlin-test/features/filter/Has.feature            | 12 ++++++++++++
 .../process/traversal/step/filter/HasTest.java      | 19 +++++++++++++++++++
 4 files changed, 49 insertions(+), 6 deletions(-)

diff --cc CHANGELOG.asciidoc
index 877fc2e,c0631f5..2616e21
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -23,7 -23,7 +23,8 @@@ image::https://raw.githubusercontent.co
  [[release-3-4-8]]
  === TinkerPop 3.4.8 (Release Date: NOT OFFICIALLY RELEASED YET)
  
- * Fix authorization bug when using `WsAndHttpChannelizerHandler` with keep-alive enabled.
+ * Fixed bug in `has(T,Traversal)` where results were not being returned.
++* Fixed authorization bug when using `WsAndHttpChannelizerHandler` with keep-alive enabled.
  
  [[release-3-4-7]]
  === TinkerPop 3.4.7 (Release Date: June 1, 2020)