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/09/30 10:54:22 UTC

[tinkerpop] branch master updated (2c3564e -> b5950cf)

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 2c3564e  Merge branch 'tp34'
     add c0c2d0c  Fix Bytecode.addSource arguments is null bug
     new 075971f  Merge branch 'pr-1197' into tp33
     new 6de492e  Updated changelog CTR
     new 8b5b152  Merge branch 'tp33' into tp34
     new b5950cf  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 +
 .../tinkerpop/gremlin/process/traversal/Bytecode.java  | 18 +++++++++++-------
 .../gremlin/process/traversal/BytecodeTest.java        | 11 +++++++++++
 3 files changed, 23 insertions(+), 7 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 8b5b152b4e1b109e41a79b68de24f1cf1b33a08e
Merge: 2de0632 6de492e
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Sep 30 06:54:05 2019 -0400

    Merge branch 'tp33' into tp34

 CHANGELOG.asciidoc                                     |  1 +
 .../tinkerpop/gremlin/process/traversal/Bytecode.java  | 18 +++++++++++-------
 .../gremlin/process/traversal/BytecodeTest.java        | 11 +++++++++++
 3 files changed, 23 insertions(+), 7 deletions(-)



[tinkerpop] 02/04: Updated changelog 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 6de492ed3832dbd07d7a00b210dd4681959ed684
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Sep 30 06:53:50 2019 -0400

    Updated changelog CTR
---
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index e2f9fa4..f721bf4 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -37,6 +37,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Added the `AbstractWarningVerificationStrategy` base class for "warning" style `VerificationStrategy` implementations.
 * Refactored `EdgeLabelVerificationStrategy` to use `AbstractWarningVerificationStrategy`.
 * Added `EdgeLabelVerificationStrategy` to Python.
+* Improved handling of `null` values in bytecode construction.
 * Fixed Java driver authentication problems when calling the driver from multiple threads.
 * Modified Java driver to use IP address rather than hostname to create connections.
 * Fixed potential for `NullPointerException` with empty identifiers in `GraphStep`.


[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 b5950cf5bf975ffb786ee2fbe75f24487ee6f3c2
Merge: 2c3564e 8b5b152
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Sep 30 06:54:11 2019 -0400

    Merge branch 'tp34'

 CHANGELOG.asciidoc                                     |  1 +
 .../tinkerpop/gremlin/process/traversal/Bytecode.java  | 18 +++++++++++-------
 .../gremlin/process/traversal/BytecodeTest.java        | 11 +++++++++++
 3 files changed, 23 insertions(+), 7 deletions(-)



[tinkerpop] 01/04: Merge branch 'pr-1197' 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 075971f4614c77dace3a37af8e29954742832025
Merge: e8e217a c0c2d0c
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Sep 30 06:53:18 2019 -0400

    Merge branch 'pr-1197' into tp33

 .../tinkerpop/gremlin/process/traversal/Bytecode.java  | 18 +++++++++++-------
 .../gremlin/process/traversal/BytecodeTest.java        | 11 +++++++++++
 2 files changed, 22 insertions(+), 7 deletions(-)