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 2021/06/25 15:05:41 UTC

[tinkerpop] branch 3.5-dev updated (9d1b4f3 -> ea75d4d)

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

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


    from 9d1b4f3  Merge branch 'dependabot/nuget/gremlin-dotnet/3.5-dev/gherkin-19.0.3' into 3.5-dev
     add 61af1fc  TINKERPOP-2568 Pushed the Graph instance into child traverals during application.
     new 2d0995d  Merge branch 'TINKERPOP-2568' into 3.5-dev
     new ea75d4d  updated package-loc.json after build CTR

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                                             |  1 +
 .../gremlin/process/traversal/util/DefaultTraversal.java       |  8 +++++++-
 .../src/main/javascript/gremlin-javascript/package-lock.json   | 10 +++++-----
 .../strategy/decoration/EventStrategyProcessTest.java          |  1 -
 .../gremlin/tinkergraph/structure/TinkerGraphTest.java         |  2 +-
 5 files changed, 14 insertions(+), 8 deletions(-)

[tinkerpop] 01/02: Merge branch 'TINKERPOP-2568' into 3.5-dev

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch 3.5-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 2d0995de720febd961d0e698776e279dff616b2a
Merge: 9d1b4f3 61af1fc
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Jun 25 08:42:00 2021 -0400

    Merge branch 'TINKERPOP-2568' into 3.5-dev

 CHANGELOG.asciidoc                                                | 1 +
 .../gremlin/process/traversal/util/DefaultTraversal.java          | 8 +++++++-
 .../traversal/strategy/decoration/EventStrategyProcessTest.java   | 1 -
 .../tinkerpop/gremlin/tinkergraph/structure/TinkerGraphTest.java  | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --cc CHANGELOG.asciidoc
index 4c9ca79,b811016..65e2588
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -26,7 -26,7 +26,8 @@@ image::https://raw.githubusercontent.co
  This release also includes changes from <<release-3-4-12, 3.4.12>>.
  
  * Fixed bug in Javascript error message related to validating anonymous traversal spawns.
 +* Changed close of Python and Javascript connections to no longer send a "close message" as the server no longer acknowledges it as of 3.5.0.
+ * Fixed bug where the `Graph` instance was not being assigned to child traversals.
  * Removed sending of deprecated session close message from Gremlin.Net driver.
  
  [[release-3-5-0]]

[tinkerpop] 02/02: updated package-loc.json after build CTR

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch 3.5-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit ea75d4d72460245ceff585e212c668adfd5a4c1d
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Jun 25 08:56:05 2021 -0400

    updated package-loc.json after build CTR
---
 .../src/main/javascript/gremlin-javascript/package-lock.json   | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gremlin-javascript/src/main/javascript/gremlin-javascript/package-lock.json b/gremlin-javascript/src/main/javascript/gremlin-javascript/package-lock.json
index fa9f9ab..35baa25 100644
--- a/gremlin-javascript/src/main/javascript/gremlin-javascript/package-lock.json
+++ b/gremlin-javascript/src/main/javascript/gremlin-javascript/package-lock.json
@@ -1666,7 +1666,7 @@
     "mocha": {
       "version": "5.2.0",
       "resolved": "https://registry.npmjs.org/mocha/-/mocha-5.2.0.tgz",
-      "integrity": "sha1-bYrlCPWRZ/lA8rWzxKYSrlDJCuY=",
+      "integrity": "sha512-2IUgKDhc3J7Uug+FxMXuqIyYzH7gJjXECKe/w43IGgQHTSj3InJi+yAA7T24L9bQMRKiUEHxEX37G5JpVUGLcQ==",
       "dev": true,
       "requires": {
         "browser-stdout": "1.3.1",
@@ -1685,13 +1685,13 @@
         "commander": {
           "version": "2.15.1",
           "resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz",
-          "integrity": "sha1-30boZ9D8Kuxmo0ZitAapzK//Ww8=",
+          "integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==",
           "dev": true
         },
         "debug": {
           "version": "3.1.0",
           "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
-          "integrity": "sha1-W7WgZyYotkFJVmuhaBnmFRjGcmE=",
+          "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
           "dev": true,
           "requires": {
             "ms": "2.0.0"
@@ -1700,7 +1700,7 @@
         "glob": {
           "version": "7.1.2",
           "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
-          "integrity": "sha1-wZyd+aAocC1nhhI4SmVSQExjbRU=",
+          "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
           "dev": true,
           "requires": {
             "fs.realpath": "^1.0.0",
@@ -1723,7 +1723,7 @@
         "supports-color": {
           "version": "5.4.0",
           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.4.0.tgz",
-          "integrity": "sha1-HGszdALCE3YF7+GfEP7DkPb6q1Q=",
+          "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==",
           "dev": true,
           "requires": {
             "has-flag": "^3.0.0"