[GitHub] [tinkerpop] simonz-bq opened a new pull request, #1682: Specify ujson version of 2.0.0 or greater

2022-06-03 Thread GitBox
simonz-bq opened a new pull request, #1682: URL: https://github.com/apache/tinkerpop/pull/1682 Fixes https://issues.apache.org/jira/browse/TINKERPOP-2631 Since ujson is an optional dependency, hard enforcing a version may cause problems for users. Instead, a version >= 2.0.0

[GitHub] [tinkerpop] L0Lmaker commented on a diff in pull request #1671: TINKERPOP-2749: Gremlin Javascript, Gremlint Windows build error fixes

2022-06-03 Thread GitBox
L0Lmaker commented on code in PR #1671: URL: https://github.com/apache/tinkerpop/pull/1671#discussion_r889376669 ## gremlin-javascript/src/main/javascript/gremlin-javascript/.eslintrc.js: ## @@ -31,9 +31,9 @@ module.exports = { extends: ['eslint:recommended', 'prettier'],

[GitHub] [tinkerpop] codecov-commenter commented on pull request #1681: TINKERPOP-2749: Spark Gremlin Windows Build Error Fixes

2022-06-03 Thread GitBox
codecov-commenter commented on PR #1681: URL: https://github.com/apache/tinkerpop/pull/1681#issuecomment-1146381577 # [Codecov](https://codecov.io/gh/apache/tinkerpop/pull/1681?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)

[GitHub] [tinkerpop] L0Lmaker opened a new pull request, #1681: TINKERPOP-2749: Spark Gremlin Windows Build Error Fixes

2022-06-03 Thread GitBox
L0Lmaker opened a new pull request, #1681: URL: https://github.com/apache/tinkerpop/pull/1681 Spark Build on Windows Causes Errors along the lines of: ``` [ERROR] Failures: [ERROR]

[GitHub] [tinkerpop] xiazcy opened a new pull request, #1680: TINKERPOP-2708: unhandledRejection upon connection failure

2022-06-03 Thread GitBox
xiazcy opened a new pull request, #1680: URL: https://github.com/apache/tinkerpop/pull/1680 As suggested in https://issues.apache.org/jira/browse/TINKERPOP-2708, deprecated and removed the functionality of the connection option `connectOnStartup`. Since it is generally not good to return

[GitHub] [tinkerpop] vkagamlyk commented on a diff in pull request #1676: Finish graphbinary support in gremlin-python

2022-06-03 Thread GitBox
vkagamlyk commented on code in PR #1676: URL: https://github.com/apache/tinkerpop/pull/1676#discussion_r889240550 ## gremlin-python/src/main/python/gremlin_python/driver/driver_remote_connection.py: ## @@ -59,7 +59,7 @@ def __init__(self, url, traversal_source="g",

[GitHub] [tinkerpop] lyndonbauto commented on a diff in pull request #1676: Finish graphbinary support in gremlin-python

2022-06-03 Thread GitBox
lyndonbauto commented on code in PR #1676: URL: https://github.com/apache/tinkerpop/pull/1676#discussion_r889235996 ## gremlin-python/src/main/python/gremlin_python/structure/io/graphbinaryV1.py: ## @@ -255,15 +257,15 @@ class LongIO(_GraphBinaryTypeIO): @classmethod

[GitHub] [tinkerpop] vkagamlyk commented on a diff in pull request #1676: Finish graphbinary support in gremlin-python

2022-06-03 Thread GitBox
vkagamlyk commented on code in PR #1676: URL: https://github.com/apache/tinkerpop/pull/1676#discussion_r889228829 ## gremlin-python/src/main/python/gremlin_python/driver/driver_remote_connection.py: ## @@ -59,7 +59,7 @@ def __init__(self, url, traversal_source="g",

[GitHub] [tinkerpop] vkagamlyk commented on a diff in pull request #1676: Finish graphbinary support in gremlin-python

2022-06-03 Thread GitBox
vkagamlyk commented on code in PR #1676: URL: https://github.com/apache/tinkerpop/pull/1676#discussion_r889226039 ## gremlin-python/src/main/python/gremlin_python/structure/io/graphbinaryV1.py: ## @@ -255,15 +257,15 @@ class LongIO(_GraphBinaryTypeIO): @classmethod

[GitHub] [tinkerpop] lyndonbauto commented on pull request #1679: TINKERPOP-2749: Hadoop Gremlin Windows Build Note

2022-06-03 Thread GitBox
lyndonbauto commented on PR #1679: URL: https://github.com/apache/tinkerpop/pull/1679#issuecomment-1146223772 VOTE+1 - more and more windows support coming from you @L0Lmaker. Thanks for the excellent work! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [tinkerpop] lyndonbauto commented on a diff in pull request #1676: Finish graphbinary support in gremlin-python

2022-06-03 Thread GitBox
lyndonbauto commented on code in PR #1676: URL: https://github.com/apache/tinkerpop/pull/1676#discussion_r889202740 ## gremlin-python/src/main/python/tests/driver/test_client.py: ## @@ -27,10 +27,13 @@ from gremlin_python.process.strategies import OptionsStrategy from

[GitHub] [tinkerpop] lyndonbauto commented on a diff in pull request #1676: Finish graphbinary support in gremlin-python

2022-06-03 Thread GitBox
lyndonbauto commented on code in PR #1676: URL: https://github.com/apache/tinkerpop/pull/1676#discussion_r889202141 ## gremlin-python/src/main/python/tests/driver/test_client.py: ## @@ -27,10 +27,13 @@ from gremlin_python.process.strategies import OptionsStrategy from

[GitHub] [tinkerpop] lyndonbauto commented on a diff in pull request #1676: Finish graphbinary support in gremlin-python

2022-06-03 Thread GitBox
lyndonbauto commented on code in PR #1676: URL: https://github.com/apache/tinkerpop/pull/1676#discussion_r889201357 ## gremlin-python/src/main/python/gremlin_python/structure/io/graphbinaryV1.py: ## @@ -255,15 +257,15 @@ class LongIO(_GraphBinaryTypeIO): @classmethod

[GitHub] [tinkerpop] lyndonbauto commented on a diff in pull request #1676: Finish graphbinary support in gremlin-python

2022-06-03 Thread GitBox
lyndonbauto commented on code in PR #1676: URL: https://github.com/apache/tinkerpop/pull/1676#discussion_r889198146 ## gremlin-python/src/main/python/gremlin_python/driver/driver_remote_connection.py: ## @@ -59,7 +59,7 @@ def __init__(self, url, traversal_source="g",

[GitHub] [tinkerpop] lyndonbauto commented on pull request #1677: Finish graphbinary support in gremlin-python

2022-06-03 Thread GitBox
lyndonbauto commented on PR #1677: URL: https://github.com/apache/tinkerpop/pull/1677#issuecomment-1146213418 I am going to hold off reviewing this until #1676 is merged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [tinkerpop] L0Lmaker opened a new pull request, #1679: Hadoop Gremlin Windows Build Fixes

2022-06-03 Thread GitBox
L0Lmaker opened a new pull request, #1679: URL: https://github.com/apache/tinkerpop/pull/1679 This change adds to the note of the Windows Build in `development-environment.asciidoc` to include details on making the local build of Hadoop Gremlin work as expected on Windows. Issue:

[tinkerpop] branch dependabot/maven/3.5-dev/org.mockito-mockito-core-4.6.1 created (now 88091de9ce)

2022-06-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/3.5-dev/org.mockito-mockito-core-4.6.1 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git at 88091de9ce Bump mockito-core from 3.3.3 to 4.6.1 No new

[GitHub] [tinkerpop] dependabot[bot] closed pull request #1673: Bump mockito-core from 3.3.3 to 4.6.0

2022-06-03 Thread GitBox
dependabot[bot] closed pull request #1673: Bump mockito-core from 3.3.3 to 4.6.0 URL: https://github.com/apache/tinkerpop/pull/1673 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [tinkerpop] dependabot[bot] opened a new pull request, #1678: Bump mockito-core from 3.3.3 to 4.6.1

2022-06-03 Thread GitBox
dependabot[bot] opened a new pull request, #1678: URL: https://github.com/apache/tinkerpop/pull/1678 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.3.3 to 4.6.1. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's releases.

[GitHub] [tinkerpop] dependabot[bot] commented on pull request #1673: Bump mockito-core from 3.3.3 to 4.6.0

2022-06-03 Thread GitBox
dependabot[bot] commented on PR #1673: URL: https://github.com/apache/tinkerpop/pull/1673#issuecomment-1146038686 Superseded by #1678. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [tinkerpop] FlorianHockmann commented on a diff in pull request #1671: TINKERPOP-2749: Gremlin Javascript, Gremlint Windows build error fixes

2022-06-03 Thread GitBox
FlorianHockmann commented on code in PR #1671: URL: https://github.com/apache/tinkerpop/pull/1671#discussion_r888781587 ## gremlin-javascript/src/main/javascript/gremlin-javascript/.eslintrc.js: ## @@ -31,9 +31,9 @@ module.exports = { extends: ['eslint:recommended',

[tinkerpop] branch master updated (179678ab7d -> 42cefe106a)

2022-06-03 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git from 179678ab7d Merge branch '3.6-dev' add 38a3bd76e3 Upgrade docs for gremlin-javascript GraphBinary support

[tinkerpop] 01/01: Merge branch '3.6-dev'

2022-06-03 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 42cefe106a3375aab497cbfc477178fa83d08325 Merge: 179678ab7d 32d2fda049 Author: Jorge Bay AuthorDate: Fri Jun 3

[tinkerpop] branch 3.6-dev updated (8e7a798fb5 -> 32d2fda049)

2022-06-03 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a change to branch 3.6-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git from 8e7a798fb5 Fixed docker -d option add 38a3bd76e3 Upgrade docs for gremlin-javascript GraphBinary support

[tinkerpop] 01/01: Merge branch '3.5-dev' into 3.6-dev

2022-06-03 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a commit to branch 3.6-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 32d2fda0490d7bffb97542b773fbab6ac96ec585 Merge: 8e7a798fb5 38a3bd76e3 Author: Jorge Bay AuthorDate: Fri Jun 3

[tinkerpop] branch 3.5-dev updated: Upgrade docs for gremlin-javascript GraphBinary support (#1675)

2022-06-03 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a commit to branch 3.5-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/3.5-dev by this push: new 38a3bd76e3 Upgrade docs for

[GitHub] [tinkerpop] jorgebay merged pull request #1675: Upgrade docs for gremlin-javascript GraphBinary support

2022-06-03 Thread GitBox
jorgebay merged PR #1675: URL: https://github.com/apache/tinkerpop/pull/1675 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: