[tinkerpop] branch master updated: CTR Fix server serializer config reference docs

2023-08-09 Thread colegreer
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 7f5e469e0e CTR Fix server serializer config reference docs
7f5e469e0e is described below

commit 7f5e469e0e071caa6a8eb341ed033d496092b82c
Author: Cole-Greer 
AuthorDate: Wed Aug 9 15:28:01 2023 -0600

CTR Fix server serializer config reference docs
---
 docs/src/reference/gremlin-applications.asciidoc | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/src/reference/gremlin-applications.asciidoc 
b/docs/src/reference/gremlin-applications.asciidoc
index b05999cb61..a2412642fb 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -1153,12 +1153,12 @@ available GraphSON serializers that can be configured:
 [width="100%",cols="2,2,4,4",options="header"]
 |=
 |Version |Embedded Types |Mime Type |Class
-|1.0 |yes |`application/vnd.gremlin-v1.0+json` 
|`GraphSONMessageSerializerGremlinV1d0`
-|1.0 |no |`application/vnd.gremlin-v1.0+json;types=false` 
|`GraphSONUntypedMessageSerializerV1d0`
-|2.0 |yes |`application/vnd.gremlin-v2.0+json` |`GraphSONMessageSerializerV2d0`
-|2.0 |no |`application/vnd.gremlin-v2.0+json;types=false` 
|`GraphSONUntypedMessageSerializerV2d0`
-|3.0 |yes |`application/vnd.gremlin-v3.0+json` |`GraphSONMessageSerializerV3d0`
-|3.0 |no |`application/vnd.gremlin-v3.0+json;types=false` 
|`GraphSONMessageSerializerV3d0`
+|1.0 |yes |`application/vnd.gremlin-v1.0+json` 
|`GraphSONMessageSerializerGremlinV1`
+|1.0 |no |`application/vnd.gremlin-v1.0+json;types=false` 
|`GraphSONUntypedMessageSerializerV1`
+|2.0 |yes |`application/vnd.gremlin-v2.0+json` |`GraphSONMessageSerializerV2`
+|2.0 |no |`application/vnd.gremlin-v2.0+json;types=false` 
|`GraphSONUntypedMessageSerializerV2`
+|3.0 |yes |`application/vnd.gremlin-v3.0+json` |`GraphSONMessageSerializerV3`
+|3.0 |no |`application/vnd.gremlin-v3.0+json;types=false` 
|`GraphSONMessageSerializerV3`
 |=
 
 The above serializer classes can be found in the 
`org.apache.tinkerpop.gremlin.util.ser` package of `gremlin-util`.



[GitHub] [tinkerpop] FlorianHockmann commented on pull request #2126: Bump xunit from 2.4.2 to 2.5.0 in /gremlin-dotnet

2023-08-09 Thread via GitHub


FlorianHockmann commented on PR #2126:
URL: https://github.com/apache/tinkerpop/pull/2126#issuecomment-1671637591

   Some Gherkin tests unfortunately fail with this update. Looks like the 
behavior of XUnit's `Assert.Contains()` has slightly changed and I'm not sure 
yet whether that was an intended change that we have to work around or whether 
it was unintended: https://github.com/xunit/xunit/issues/2763


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tinkerpop] codecov-commenter commented on pull request #2196: Bump @types/node from 20.4.5 to 20.4.9 in /gremlint

2023-08-09 Thread via GitHub


codecov-commenter commented on PR #2196:
URL: https://github.com/apache/tinkerpop/pull/2196#issuecomment-1671512728

   ## 
[Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2196?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   > Merging 
[#2196](https://app.codecov.io/gh/apache/tinkerpop/pull/2196?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 (2ecc90e) into 
[3.5-dev](https://app.codecov.io/gh/apache/tinkerpop/commit/95cf6a6484a779a9d27a00e6184d8c84a5b2a87c?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 (95cf6a6) will **decrease** coverage by `0.04%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@  Coverage Diff  @@
   ## 3.5-dev#2196  +/-   ##
   =
   - Coverage  69.96%   69.93%   -0.04% 
   =
 Files866   24 -842 
 Lines  41068 3449   -37619 
 Branches54760-5476 
   =
   - Hits   28735 2412   -26323 
   + Misses 10435  860-9575 
   + Partials1898  177-1721 
   ```
   
   
   [see 842 files with indirect coverage 
changes](https://app.codecov.io/gh/apache/tinkerpop/pull/2196/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD 
build times. [Learn 
more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[tinkerpop] branch dependabot/npm_and_yarn/docs/gremlint/master/types/node-20.4.8 deleted (was 715e621b0d)

2023-08-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/gremlint/master/types/node-20.4.8
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 715e621b0d Bump @types/node from 20.4.5 to 20.4.8 in /docs/gremlint

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[GitHub] [tinkerpop] codecov-commenter commented on pull request #2197: Bump Moq from 4.18.4 to 4.20.2 in /gremlin-dotnet

2023-08-09 Thread via GitHub


codecov-commenter commented on PR #2197:
URL: https://github.com/apache/tinkerpop/pull/2197#issuecomment-1671508657

   ## 
[Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2197?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   > Merging 
[#2197](https://app.codecov.io/gh/apache/tinkerpop/pull/2197?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 (a0e79d2) into 
[3.5-dev](https://app.codecov.io/gh/apache/tinkerpop/commit/95cf6a6484a779a9d27a00e6184d8c84a5b2a87c?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 (95cf6a6) will **decrease** coverage by `0.04%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@  Coverage Diff  @@
   ## 3.5-dev#2197  +/-   ##
   =
   - Coverage  69.96%   69.93%   -0.04% 
   =
 Files866   24 -842 
 Lines  41068 3449   -37619 
 Branches54760-5476 
   =
   - Hits   28735 2412   -26323 
   + Misses 10435  860-9575 
   + Partials1898  177-1721 
   ```
   
   
   [see 842 files with indirect coverage 
changes](https://app.codecov.io/gh/apache/tinkerpop/pull/2197/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD 
build times. [Learn 
more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tinkerpop] dependabot[bot] closed pull request #2193: Bump @types/node from 20.4.5 to 20.4.8 in /docs/gremlint

2023-08-09 Thread via GitHub


dependabot[bot] closed pull request #2193: Bump @types/node from 20.4.5 to 
20.4.8 in /docs/gremlint
URL: https://github.com/apache/tinkerpop/pull/2193


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[tinkerpop] branch dependabot/npm_and_yarn/docs/gremlint/master/types/node-20.4.9 created (now 30f566b19e)

2023-08-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/gremlint/master/types/node-20.4.9
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 30f566b19e Bump @types/node from 20.4.5 to 20.4.9 in /docs/gremlint

No new revisions were added by this update.



[GitHub] [tinkerpop] dependabot[bot] commented on pull request #2193: Bump @types/node from 20.4.5 to 20.4.8 in /docs/gremlint

2023-08-09 Thread via GitHub


dependabot[bot] commented on PR #2193:
URL: https://github.com/apache/tinkerpop/pull/2193#issuecomment-1671508412

   Superseded by #2198.


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tinkerpop] dependabot[bot] opened a new pull request, #2198: Bump @types/node from 20.4.5 to 20.4.9 in /docs/gremlint

2023-08-09 Thread via GitHub


dependabot[bot] opened a new pull request, #2198:
URL: https://github.com/apache/tinkerpop/pull/2198

   Bumps 
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
 from 20.4.5 to 20.4.9.
   
   Commits
   
   See full diff in https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.4.5&new-version=20.4.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/Moq-4.20.2 created (now a0e79d2480)

2023-08-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/Moq-4.20.2
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at a0e79d2480 Bump Moq from 4.18.4 to 4.20.2 in /gremlin-dotnet

No new revisions were added by this update.



[GitHub] [tinkerpop] dependabot[bot] opened a new pull request, #2197: Bump Moq from 4.18.4 to 4.20.2 in /gremlin-dotnet

2023-08-09 Thread via GitHub


dependabot[bot] opened a new pull request, #2197:
URL: https://github.com/apache/tinkerpop/pull/2197

   Bumps [Moq](https://github.com/moq/moq) from 4.18.4 to 4.20.2.
   
   Release notes
   Sourced from https://github.com/moq/moq/releases";>Moq's 
releases.
   
   v4.20.2
   
   What's Changed
   🐛 Fixed bugs
   
   Remove SponsorLink since it breaks MacOS restore by https://github.com/kzu";>@​kzu in https://redirect.github.com/moq/moq/pull/1375";>moq/moq#1375
   
   Full Changelog: https://github.com/moq/moq/compare/v4.20.1...v4.20.2";>https://github.com/moq/moq/compare/v4.20.1...v4.20.2
   v4.20.1
   
   What's Changed
   ✨ Implemented enhancements
   
   Add Sponsor button to package readme 💜
   
   Full Changelog: https://github.com/moq/moq/compare/v4.20.0...v4.20.1";>https://github.com/moq/moq/compare/v4.20.0...v4.20.1
   v4.20.0
   
   What's Changed
   ✨ Implemented enhancements
   
   Add setup.Verifiable(Times times, [string failMessage]) 
method by https://github.com/stakx";>@​stakx in https://redirect.github.com/moq/moq/pull/1319";>moq/moq#1319
   
   🔨 Other
   
   Add Mock.RaiseAsync by https://github.com/stakx";>@​stakx in https://redirect.github.com/moq/moq/pull/1313";>moq/moq#1313
   Add ThrowsAsync for non-generic ValueTask by 
https://github.com/johnthcall";>@​johnthcall in https://redirect.github.com/moq/moq/pull/1235";>moq/moq#1235
   Use PackageLicenseExpression instead of PackageLicenseUrl by https://github.com/wismann";>@​wismann in https://redirect.github.com/moq/moq/pull/1322";>moq/moq#1322
   Don't throw away generic type arguments in one 
mock.Protected().Verify() method overload by https://github.com/stakx";>@​stakx in https://redirect.github.com/moq/moq/pull/1325";>moq/moq#1325
   https://redirect.github.com/moq/moq/issues/1340";>#1340 
updated appveyor.yml with workaround to make builds work again by https://github.com/david-kalbermatten";>@​david-kalbermatten
 in https://redirect.github.com/moq/moq/pull/1346";>moq/moq#1346
   Revamp structure, apply oss template, cleanup projects/imports by https://github.com/kzu";>@​kzu in https://redirect.github.com/moq/moq/pull/1358";>moq/moq#1358
   Add 💜 SponsorLink support by https://github.com/kzu";>@​kzu in https://redirect.github.com/moq/moq/pull/1363";>moq/moq#1363
   fix website url by https://github.com/tibel";>@​tibel in https://redirect.github.com/moq/moq/pull/1364";>moq/moq#1364
   
   New Contributors
   
   https://github.com/johnthcall";>@​johnthcall 
made their first contribution in https://redirect.github.com/moq/moq/pull/1235";>moq/moq#1235
   https://github.com/wismann";>@​wismann made 
their first contribution in https://redirect.github.com/moq/moq/pull/1322";>moq/moq#1322
   https://github.com/david-kalbermatten";>@​david-kalbermatten
 made their first contribution in https://redirect.github.com/moq/moq/pull/1346";>moq/moq#1346
   https://github.com/dependabot";>@​dependabot 
made their first contribution in https://redirect.github.com/moq/moq/pull/1360";>moq/moq#1360
   
   Full Changelog: https://github.com/moq/moq/compare/v4.18.4...v4.20.0";>https://github.com/moq/moq/compare/v4.18.4...v4.20.0
   v4.20.0-rc
   
   What's Changed
   🔨 Other
   
   Add 💜 SponsorLink support by https://github.com/kzu";>@​kzu in https://redirect.github.com/moq/moq/pull/1363";>moq/moq#1363
   
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/moq/moq/blob/main/CHANGELOG.md";>Moq's 
changelog.
   
   Moq Changelog
   All notable changes to this project will be documented in this file.
   The format is loosely based on http://keepachangelog.com/en/1.0.0/";>Keep a Changelog.
   Unreleased
   Added
   
   Mock.RaiseAsync method for raising 
"async" events, i.e. events that use a Func<..., 
Task> or Func<..., ValueTask> delegate. (https://github.com/stakx";>@​stakx, https://redirect.github.com/moq/moq/issues/1313";>#1313)
   setup.Verifiable(Times times, [string failMessage]) method 
to specify the expected number of calls upfront. mock.Verify[All] 
can then be used to check whether the setup was called that many times. The 
upper bound (maximum allowed number of calls) will be checked right away, i.e. 
whenever a setup gets called. (https://github.com/stakx";>@​stakx, https://redirect.github.com/moq/moq/issues/1319";>#1319)
   Add ThrowsAsync methods for non-generic 
ValueTask (https://github.com/johnthcall";>@​johnthcall, https://redirect.github.com/moq/moq/issues/1235";>#1235)
   
   Fixed
   
   Verifying a protected generic method that returns a value is broken (https://github.com/nthornton2010";>@​nthornton2010, https://redirect.github.com/moq/moq/issues/1314";>#1314)
   
   
   
   
   Commits
   
   https://github.com/moq/moq/commit/a7dcd43c3ca192ad3dcc813f4ddedae96914fe26";>a7dcd43
 Remove SponsorLink since it breaks MacOS restore
   https://github.com/moq/moq/commit/d6d80183310a875d93210bd4daf102f45e06ba6c";>d6d8018
 +Mᐁ includes
   https://github.com/moq/moq/commit/a87166f6feb1d6164c694

[tinkerpop] branch dependabot/npm_and_yarn/gremlint/3.5-dev/types/node-20.4.8 deleted (was 4608ae7fb0)

2023-08-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlint/3.5-dev/types/node-20.4.8
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 4608ae7fb0 Bump @types/node from 20.4.5 to 20.4.8 in /gremlint

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[GitHub] [tinkerpop] dependabot[bot] closed pull request #2192: Bump @types/node from 20.4.5 to 20.4.8 in /gremlint

2023-08-09 Thread via GitHub


dependabot[bot] closed pull request #2192: Bump @types/node from 20.4.5 to 
20.4.8 in /gremlint
URL: https://github.com/apache/tinkerpop/pull/2192


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tinkerpop] dependabot[bot] commented on pull request #2192: Bump @types/node from 20.4.5 to 20.4.8 in /gremlint

2023-08-09 Thread via GitHub


dependabot[bot] commented on PR #2192:
URL: https://github.com/apache/tinkerpop/pull/2192#issuecomment-1671432354

   Superseded by #2196.


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[tinkerpop] branch dependabot/npm_and_yarn/gremlint/3.5-dev/types/node-20.4.9 created (now 2ecc90ec87)

2023-08-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlint/3.5-dev/types/node-20.4.9
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 2ecc90ec87 Bump @types/node from 20.4.5 to 20.4.9 in /gremlint

No new revisions were added by this update.



[GitHub] [tinkerpop] dependabot[bot] opened a new pull request, #2196: Bump @types/node from 20.4.5 to 20.4.9 in /gremlint

2023-08-09 Thread via GitHub


dependabot[bot] opened a new pull request, #2196:
URL: https://github.com/apache/tinkerpop/pull/2196

   Bumps 
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
 from 20.4.5 to 20.4.9.
   
   Commits
   
   See full diff in https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.4.5&new-version=20.4.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[tinkerpop] branch master updated: Kelvin is the new PMC Chair CTR

2023-08-09 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 88b8be50a7 Kelvin is the new PMC Chair CTR
88b8be50a7 is described below

commit 88b8be50a79136fe8c220b47ed109b30af492edb
Author: Florian Hockmann 
AuthorDate: Wed Aug 9 15:43:52 2023 +0200

Kelvin is the new PMC Chair CTR
---
 docs/site/home/index.html | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/site/home/index.html b/docs/site/home/index.html
index cd50990b24..35aea78843 100644
--- a/docs/site/home/index.html
+++ b/docs/site/home/index.html
@@ -708,7 +708,7 @@ 
g.V().has("name","gremlin").out("bought").aggregate("stash").
 
 https://github.com/FlorianHockmann/"; target="_blank">Florian
-Hockmann (PMC Chair)
+Hockmann (PMC)
 Year : 2017
 .NET libraries, 
mailing list support.
 
@@ -718,7 +718,7 @@ 
g.V().has("name","gremlin").out("bought").aggregate("stash").
 
 https://www.kelvinlawrence.net/"; target="_blank">Kelvin
-Lawrence (PMC)
+Lawrence (PMC Chair)
 Year : 2017
 Gremlin language, 
Python GLV, documentation and mailing list support.
 
@@ -796,7 +796,7 @@ 
g.V().has("name","gremlin").out("bought").aggregate("stash").
 
 
 
-https://www.linkedin.com/in/valentyn-kahamlyk-2bb4874b/";
target="_blank">Valentyn 
Kahamlyk (Committer)
 
@@ -807,7 +807,7 @@ 
g.V().has("name","gremlin").out("bought").aggregate("stash").
 
 
 
-https://github.com/L0Lmaker";
target="_blank">Rithin Kumar  
(Committer)
 
@@ -1070,4 +1070,4 @@ 
g.V().has("name","gremlin").out("bought").aggregate("stash").
 
 
 
-
+



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.7 updated (63ba454ed3 -> fa8581e3a7)

2023-08-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.7
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


omit 63ba454ed3 Bump BenchmarkDotNet from 0.13.5 to 0.13.7 in 
/gremlin-dotnet
 add 01167065c1 Bump to 3.5.8-SNAPSHOT CTR
 add 008f9da799 Rename RangeByIsCountStrategy to CountStrategy in 
Gremlin.NET. This change has originally been done in 
f08d44fc5c8649658fd775289f0a49ec1816306d. (#2175)
 add eda4ea6230 TINKERPOP-2976 Fix modification while iterating
 add 753cee048f Bump BenchmarkDotNet from 0.13.5 to 0.13.6 in 
/gremlin-dotnet
 add 95cf6a6484 Merge branch 
'dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.6' into 3.5-dev
 add fa8581e3a7 Bump BenchmarkDotNet from 0.13.5 to 0.13.7 in 
/gremlin-dotnet

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (63ba454ed3)
\
 N -- N -- N   
refs/heads/dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.7 
(fa8581e3a7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc   |  6 ++
 docs/src/upgrade/release-3.5.x.asciidoc  | 20 
 gremlin-archetype/gremlin-archetype-dsl/pom.xml  |  2 +-
 gremlin-archetype/gremlin-archetype-server/pom.xml   |  2 +-
 .../gremlin-archetype-tinkergraph/pom.xml|  2 +-
 gremlin-archetype/pom.xml|  2 +-
 gremlin-console/bin/gremlin.sh   |  2 +-
 gremlin-console/pom.xml  |  2 +-
 gremlin-core/pom.xml |  2 +-
 .../org/apache/tinkerpop/gremlin/util/Gremlin.java   |  2 +-
 gremlin-dotnet/pom.xml   |  2 +-
 .../Gremlin.Net.Template/Gremlin.Net.Template.csproj |  2 +-
 .../Gremlin.Net.Template/Gremlin.Net.Template.nuspec |  2 +-
 gremlin-dotnet/src/Gremlin.Net/Driver/Tokens.cs  |  2 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj|  2 +-
 .../{RangeByIsCountStrategy.cs => CountStrategy.cs}  |  8 
 .../IO/GraphBinary/TypeSerializerRegistry.cs | 20 ++--
 .../Structure/IO/GraphSON/GraphSONWriter.cs  |  6 +++---
 gremlin-dotnet/src/pom.xml   |  2 +-
 gremlin-dotnet/test/pom.xml  |  2 +-
 gremlin-driver/pom.xml   |  2 +-
 gremlin-go/driver/user_agent.go  |  2 +-
 gremlin-go/pom.xml   |  2 +-
 gremlin-groovy/pom.xml   |  2 +-
 gremlin-javascript/pom.xml   |  2 +-
 .../main/javascript/gremlin-javascript/lib/utils.js  |  2 +-
 .../javascript/gremlin-javascript/package-lock.json  |  4 ++--
 .../main/javascript/gremlin-javascript/package.json  |  2 +-
 gremlin-language/pom.xml |  2 +-
 gremlin-python/pom.xml   |  2 +-
 .../main/python/gremlin_python/driver/useragent.py   |  2 +-
 gremlin-server/pom.xml   |  2 +-
 gremlin-shaded/pom.xml   |  2 +-
 gremlin-test/pom.xml |  2 +-
 gremlin-tools/gremlin-benchmark/pom.xml  |  2 +-
 gremlin-tools/gremlin-coverage/pom.xml   |  2 +-
 gremlin-tools/gremlin-io-test/pom.xml|  2 +-
 gremlin-tools/pom.xml|  2 +-
 gremlint/package-lock.json   |  4 ++--
 gremlint/package.json|  2 +-
 gremlint/pom.xml |  2 +-
 hadoop-gremlin/pom.xml   |  2 +-
 neo4j-gremlin/pom.xml|  2 +-
 pom.xml  |  2 +-
 spark-gremlin/pom.xml|  2 +-
 sparql-gremlin/pom.xml   |  2 +-
 tinkergraph-gremlin/pom.xml  |  2 +-
 47 files changed, 87 insertions(+), 61 deletions(-)
 rename 
gremlin-dotnet/src/Gremlin.Net/Process/Traversal/Strategy/Optimization/{RangeByIsCountStrategy.cs
 => CountStrategy.cs} (82%)



[tinkerpop] branch master updated (a5f851cf88 -> 56244fbb4b)

2023-08-09 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

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


from a5f851cf88 Merge branch '3.6-dev'
 add 753cee048f Bump BenchmarkDotNet from 0.13.5 to 0.13.6 in 
/gremlin-dotnet
 add 95cf6a6484 Merge branch 
'dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.6' into 3.5-dev
 add ec4e23a63d Merge branch '3.5-dev' into 3.6-dev
 new 56244fbb4b Merge branch '3.6-dev'

The 1 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:
 .../test/Gremlin.Net.Benchmarks/Gremlin.Net.Benchmarks.csproj   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



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

2023-08-09 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

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

commit 56244fbb4b0c5def3d07e06cb2cde4207feeb7ec
Merge: a5f851cf88 ec4e23a63d
Author: Florian Hockmann 
AuthorDate: Wed Aug 9 12:03:08 2023 +0200

Merge branch '3.6-dev'

 .../test/Gremlin.Net.Benchmarks/Gremlin.Net.Benchmarks.csproj   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




[tinkerpop] branch 3.5-dev updated (eda4ea6230 -> 95cf6a6484)

2023-08-09 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

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


from eda4ea6230 TINKERPOP-2976 Fix modification while iterating
 add 753cee048f Bump BenchmarkDotNet from 0.13.5 to 0.13.6 in 
/gremlin-dotnet
 add 95cf6a6484 Merge branch 
'dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.6' into 3.5-dev

No new revisions were added by this update.

Summary of changes:
 .../test/Gremlin.Net.Benchmarks/Gremlin.Net.Benchmarks.csproj   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[tinkerpop] branch 3.6-dev updated (6d007fb3e1 -> ec4e23a63d)

2023-08-09 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

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


from 6d007fb3e1 Merge branch '3.5-dev' into 3.6-dev
 add 753cee048f Bump BenchmarkDotNet from 0.13.5 to 0.13.6 in 
/gremlin-dotnet
 add 95cf6a6484 Merge branch 
'dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.6' into 3.5-dev
 add ec4e23a63d Merge branch '3.5-dev' into 3.6-dev

No new revisions were added by this update.

Summary of changes:
 .../test/Gremlin.Net.Benchmarks/Gremlin.Net.Benchmarks.csproj   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[tinkerpop] branch 3.6-dev updated (67fdacf489 -> 6d007fb3e1)

2023-08-09 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

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


from 67fdacf489 Merge branch '3.5-dev' into 3.6-dev
 add eda4ea6230 TINKERPOP-2976 Fix modification while iterating
 add 6d007fb3e1 Merge branch '3.5-dev' into 3.6-dev

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc   |  1 +
 .../IO/GraphBinary/TypeSerializerRegistry.cs | 20 ++--
 .../Structure/IO/GraphSON/GraphSONWriter.cs  |  6 +++---
 3 files changed, 14 insertions(+), 13 deletions(-)



[tinkerpop] branch TINKERPOP-2976 deleted (was eda4ea6230)

2023-08-09 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

florianhockmann pushed a change to branch TINKERPOP-2976
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was eda4ea6230 TINKERPOP-2976 Fix modification while iterating

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



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

2023-08-09 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

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

commit a5f851cf88386b5127d8b0a9b9c970cb3bd815c4
Merge: 51bd0d6e4c 6d007fb3e1
Author: Florian Hockmann 
AuthorDate: Wed Aug 9 10:25:27 2023 +0200

Merge branch '3.6-dev'

 CHANGELOG.asciidoc   |  1 +
 .../IO/GraphBinary/TypeSerializerRegistry.cs | 20 ++--
 .../Structure/IO/GraphSON/GraphSONWriter.cs  |  6 +++---
 3 files changed, 14 insertions(+), 13 deletions(-)

diff --cc gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/GraphSONWriter.cs
index 5b1725ffce,a7d4d01128..f62dac2bf7
--- a/gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/GraphSONWriter.cs
+++ b/gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/GraphSONWriter.cs
@@@ -133,13 -132,13 +133,13 @@@ namespace Gremlin.Net.Structure.IO.Grap
  return objectData; 
  }
  
 -private IGraphSONSerializer TryGetSerializerFor(Type type)
 +private IGraphSONSerializer? TryGetSerializerFor(Type type)
  {
- if (Serializers.ContainsKey(type))
+ if (Serializers.TryGetValue(type, out var serializer))
  {
- return Serializers[type];
+ return serializer;
  }
- foreach (var supportedType in Serializers.Keys)
+ foreach (var supportedType in new List(Serializers.Keys))
  if (supportedType.IsAssignableFrom(type))
  {
  return Serializers[supportedType];



[tinkerpop] branch master updated (51bd0d6e4c -> a5f851cf88)

2023-08-09 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

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


from 51bd0d6e4c Merge branch '3.6-dev'
 add eda4ea6230 TINKERPOP-2976 Fix modification while iterating
 add 6d007fb3e1 Merge branch '3.5-dev' into 3.6-dev
 new a5f851cf88 Merge branch '3.6-dev'

The 1 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 +
 .../IO/GraphBinary/TypeSerializerRegistry.cs | 20 ++--
 .../Structure/IO/GraphSON/GraphSONWriter.cs  |  6 +++---
 3 files changed, 14 insertions(+), 13 deletions(-)



[GitHub] [tinkerpop] FlorianHockmann merged pull request #2176: TINKERPOP-2976 Fix modification while iterating

2023-08-09 Thread via GitHub


FlorianHockmann merged PR #2176:
URL: https://github.com/apache/tinkerpop/pull/2176


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[tinkerpop] branch 3.5-dev updated (008f9da799 -> eda4ea6230)

2023-08-09 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

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


from 008f9da799 Rename RangeByIsCountStrategy to CountStrategy in 
Gremlin.NET. This change has originally been done in 
f08d44fc5c8649658fd775289f0a49ec1816306d. (#2175)
 add eda4ea6230 TINKERPOP-2976 Fix modification while iterating

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc   |  1 +
 .../IO/GraphBinary/TypeSerializerRegistry.cs | 20 ++--
 .../Structure/IO/GraphSON/GraphSONWriter.cs  |  6 +++---
 3 files changed, 14 insertions(+), 13 deletions(-)



[tinkerpop] branch TINKERPOP-2976 updated (01c6571a32 -> eda4ea6230)

2023-08-09 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

florianhockmann pushed a change to branch TINKERPOP-2976
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


omit 01c6571a32 TINKERPOP-2976 Fix modification while iterating
 add 6358a1316d TinkerPop 3.5.7 release
 add 3e6fbe82d0 CTR Fixed validate-distribution.sh
 add 6d5ce440eb TinkerPop 3.5.7 release
 add 01167065c1 Bump to 3.5.8-SNAPSHOT CTR
 add 008f9da799 Rename RangeByIsCountStrategy to CountStrategy in 
Gremlin.NET. This change has originally been done in 
f08d44fc5c8649658fd775289f0a49ec1816306d. (#2175)
 add eda4ea6230 TINKERPOP-2976 Fix modification while iterating

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (01c6571a32)
\
 N -- N -- N   refs/heads/TINKERPOP-2976 (eda4ea6230)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc | 26 -
 bin/validate-distribution.sh   |  6 -
 docs/src/upgrade/release-3.5.x.asciidoc| 27 --
 gremlin-archetype/gremlin-archetype-dsl/pom.xml|  2 +-
 gremlin-archetype/gremlin-archetype-server/pom.xml |  2 +-
 .../gremlin-archetype-tinkergraph/pom.xml  |  2 +-
 gremlin-archetype/pom.xml  |  2 +-
 gremlin-console/bin/gremlin.sh |  2 +-
 gremlin-console/pom.xml|  2 +-
 gremlin-core/pom.xml   |  2 +-
 .../org/apache/tinkerpop/gremlin/util/Gremlin.java |  2 +-
 gremlin-dotnet/pom.xml |  2 +-
 .../Gremlin.Net.Template.csproj|  2 +-
 .../Gremlin.Net.Template.nuspec|  2 +-
 gremlin-dotnet/src/Gremlin.Net/Driver/Tokens.cs|  2 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |  2 +-
 ...{RangeByIsCountStrategy.cs => CountStrategy.cs} |  8 +++
 gremlin-dotnet/src/pom.xml |  2 +-
 gremlin-dotnet/test/pom.xml|  2 +-
 gremlin-driver/pom.xml |  2 +-
 gremlin-go/driver/user_agent.go|  2 +-
 gremlin-go/pom.xml |  2 +-
 gremlin-groovy/pom.xml |  2 +-
 gremlin-javascript/pom.xml |  2 +-
 .../javascript/gremlin-javascript/lib/utils.js |  2 +-
 .../gremlin-javascript/package-lock.json   |  4 ++--
 .../javascript/gremlin-javascript/package.json |  2 +-
 gremlin-language/pom.xml   |  2 +-
 gremlin-python/pom.xml |  2 +-
 .../main/python/gremlin_python/driver/useragent.py |  2 +-
 gremlin-server/pom.xml |  2 +-
 gremlin-shaded/pom.xml |  2 +-
 gremlin-test/pom.xml   |  2 +-
 gremlin-tools/gremlin-benchmark/pom.xml|  2 +-
 gremlin-tools/gremlin-coverage/pom.xml |  2 +-
 gremlin-tools/gremlin-io-test/pom.xml  |  2 +-
 gremlin-tools/pom.xml  |  2 +-
 gremlint/package-lock.json |  4 ++--
 gremlint/package.json  |  2 +-
 gremlint/pom.xml   |  2 +-
 hadoop-gremlin/pom.xml |  2 +-
 neo4j-gremlin/pom.xml  |  2 +-
 pom.xml|  2 +-
 spark-gremlin/pom.xml  |  2 +-
 sparql-gremlin/pom.xml |  2 +-
 tinkergraph-gremlin/pom.xml|  2 +-
 46 files changed, 103 insertions(+), 52 deletions(-)
 rename 
gremlin-dotnet/src/Gremlin.Net/Process/Traversal/Strategy/Optimization/{RangeByIsCountStrategy.cs
 => CountStrategy.cs} (82%)



[GitHub] [tinkerpop] FlorianHockmann commented on pull request #2176: TINKERPOP-2976 Fix modification while iterating

2023-08-09 Thread via GitHub


FlorianHockmann commented on PR #2176:
URL: https://github.com/apache/tinkerpop/pull/2176#issuecomment-1670866028

   > should we have a changelog entry for this?
   
   Yes, you're right. This should get a changelog entry. I'll add one when I 
merge this.


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/Moq-4.20.1 deleted (was 51c1e41e2b)

2023-08-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/Moq-4.20.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 51c1e41e2b Bump Moq from 4.18.4 to 4.20.1 in /gremlin-dotnet

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[GitHub] [tinkerpop] dependabot[bot] commented on pull request #2195: Bump Moq from 4.18.4 to 4.20.1 in /gremlin-dotnet

2023-08-09 Thread via GitHub


dependabot[bot] commented on PR #2195:
URL: https://github.com/apache/tinkerpop/pull/2195#issuecomment-1670847603

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tinkerpop] FlorianHockmann closed pull request #2195: Bump Moq from 4.18.4 to 4.20.1 in /gremlin-dotnet

2023-08-09 Thread via GitHub


FlorianHockmann closed pull request #2195: Bump Moq from 4.18.4 to 4.20.1 in 
/gremlin-dotnet
URL: https://github.com/apache/tinkerpop/pull/2195


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tinkerpop] FlorianHockmann commented on pull request #2195: Bump Moq from 4.18.4 to 4.20.1 in /gremlin-dotnet

2023-08-09 Thread via GitHub


FlorianHockmann commented on PR #2195:
URL: https://github.com/apache/tinkerpop/pull/2195#issuecomment-1670847518

   There is a privacy issue with this update: 
https://github.com/moq/moq/issues/1372 as it includes SponsorLink: 
https://github.com/devlooped/SponsorLink
   
   I suggest we suspend this update until more information is available so we 
can make an informed decision on how to proceed.
   I'm closing the PR for now. We can still reopen it later in case we decide 
that we still want to update.


-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org