Re: [PR] TINKERPOP-3030 Update to .NET 8 [tinkerpop]

2024-02-14 Thread via GitHub


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

   > In general I like the idea of testing both .NET 6 and .NET 8 in GHA 
similar to how Java is currently setup (I don't see a need for contributors to 
run both locally)
   
   I agree in general. I would also like to just execute the tests in GHA for 
.NET 6 and 8 without requiring contributors to have both installed, but I can't 
find a solution for this which doesn't require ugly workarounds.
   We can't just configure this for GHA unfortunately. Instead, we need to add 
both versions as `TargetFrameworks` to the `csproj` config files of the test 
projects like this to let the tests run on both versions:
   
   ```xml
   net6.0;net8.0
   ```
   
   But if we do that, then you also need to have both installed in order to 
execute the tests. If you only have .NET 8 installed, then you'll get an error:
   
   ```
   Testhost process for source(s) 
'[...]/tinkerpop/gremlin-dotnet/test/Gremlin.Net.UnitTest/bin/Debug/net6.0/Gremlin.Net.UnitTest.dll'
 exited with error: You must install or update .NET to run this application.
   App: 
[...]/tinkerpop/gremlin-dotnet/test/Gremlin.Net.UnitTest/bin/Debug/net6.0/testhost.dll
   Architecture: x64
   Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64)
   ```
   
   So, if we want to execute the tests for both versions in GHA, then we also 
need to test them like this locally which means that all contributors need to 
have both versions installed.
   
   But since you already cast your vote and the PR has been open for 2 weeks 
already (longer than our 7 day cool down time), I'll wait a few more days in 
case any one else has any insights on this and merge the PR if not.


-- 
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



Re: [PR] Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in /gremlin-dotnet [tinkerpop]

2024-02-14 Thread via GitHub


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


-- 
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



Re: [PR] Bump Polly from 8.2.1 to 8.3.0 in /gremlin-dotnet [tinkerpop]

2024-02-14 Thread via GitHub


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


-- 
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.7-dev updated (01de8868c7 -> f8d69f2779)

2024-02-14 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

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


from 01de8868c7 Merge branch '3.6-dev' into 3.7-dev
 add 42c40110b7 Bump Polly from 8.2.1 to 8.3.0 in /gremlin-dotnet
 add d55a9b9a8a Merge branch 
'dependabot/nuget/gremlin-dotnet/3.6-dev/Polly-8.3.0' into 3.6-dev
 add 26184669dc Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in 
/gremlin-dotnet
 add 259296b5b6 Merge branch 
'dependabot/nuget/gremlin-dotnet/3.6-dev/Microsoft.NET.Test.Sdk-17.9.0' into 
3.6-dev
 add f8d69f2779 Merge branch '3.6-dev' into 3.7-dev

No new revisions were added by this update.

Summary of changes:
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj   | 2 +-
 .../test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj | 2 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj | 2 +-
 gremlin-dotnet/test/Gremlin.Net.UnitTest/Gremlin.Net.UnitTest.csproj| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)



(tinkerpop) branch 3.6-dev updated (d862355334 -> 259296b5b6)

2024-02-14 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 d862355334 Bump codecov/codecov-action from 3 to 4 (#2472)
 add 42c40110b7 Bump Polly from 8.2.1 to 8.3.0 in /gremlin-dotnet
 add d55a9b9a8a Merge branch 
'dependabot/nuget/gremlin-dotnet/3.6-dev/Polly-8.3.0' into 3.6-dev
 add 26184669dc Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in 
/gremlin-dotnet
 add 259296b5b6 Merge branch 
'dependabot/nuget/gremlin-dotnet/3.6-dev/Microsoft.NET.Test.Sdk-17.9.0' into 
3.6-dev

No new revisions were added by this update.

Summary of changes:
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj   | 2 +-
 .../test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj | 2 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj | 2 +-
 gremlin-dotnet/test/Gremlin.Net.UnitTest/Gremlin.Net.UnitTest.csproj| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)



(tinkerpop) branch dependabot/nuget/gremlin-dotnet/3.6-dev/Microsoft.NET.Test.Sdk-17.9.0 deleted (was 26184669dc)

2024-02-14 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

florianhockmann pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.6-dev/Microsoft.NET.Test.Sdk-17.9.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 26184669dc Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 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.



(tinkerpop) branch master updated (9c1c9fa033 -> 546d219c6d)

2024-02-14 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 9c1c9fa033 Merge branch '3.7-dev'
 add 42c40110b7 Bump Polly from 8.2.1 to 8.3.0 in /gremlin-dotnet
 add d55a9b9a8a Merge branch 
'dependabot/nuget/gremlin-dotnet/3.6-dev/Polly-8.3.0' into 3.6-dev
 add 26184669dc Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in 
/gremlin-dotnet
 add 259296b5b6 Merge branch 
'dependabot/nuget/gremlin-dotnet/3.6-dev/Microsoft.NET.Test.Sdk-17.9.0' into 
3.6-dev
 add f8d69f2779 Merge branch '3.6-dev' into 3.7-dev
 new 546d219c6d Merge branch '3.7-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:
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj   | 2 +-
 .../test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj | 2 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj | 2 +-
 gremlin-dotnet/test/Gremlin.Net.UnitTest/Gremlin.Net.UnitTest.csproj| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)



(tinkerpop) 01/01: Merge branch '3.7-dev'

2024-02-14 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 546d219c6da24981eceaf4b4513c7d0c522942e4
Merge: 9c1c9fa033 f8d69f2779
Author: Florian Hockmann 
AuthorDate: Wed Feb 14 15:02:41 2024 +0100

Merge branch '3.7-dev'

 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj   | 2 +-
 .../test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj | 2 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj | 2 +-
 gremlin-dotnet/test/Gremlin.Net.UnitTest/Gremlin.Net.UnitTest.csproj| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)




(tinkerpop) branch dependabot/nuget/gremlin-dotnet/3.6-dev/Polly-8.3.0 deleted (was 42c40110b7)

2024-02-14 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository.

florianhockmann pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.6-dev/Polly-8.3.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 42c40110b7 Bump Polly from 8.2.1 to 8.3.0 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.



(tinkerpop) branch dependabot/maven/3.6-dev/ch.qos.logback-logback-classic-1.4.14 created (now af9024255a)

2024-02-14 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.6-dev/ch.qos.logback-logback-classic-1.4.14
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at af9024255a Bump ch.qos.logback:logback-classic from 1.2.11 to 1.4.14

No new revisions were added by this update.



[PR] Bump com.fasterxml.jackson.core:jackson-annotations from 2.12.7 to 2.16.1 [tinkerpop]

2024-02-14 Thread via GitHub


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

   Bumps 
[com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson)
 from 2.12.7 to 2.16.1.
   
   Commits
   
   See full diff in https://github.com/FasterXML/jackson/commits";>compare view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-annotations&package-manager=maven&previous-version=2.12.7&new-version=2.16.1)](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



[PR] Bump ch.qos.logback:logback-classic from 1.2.11 to 1.4.14 [tinkerpop]

2024-02-14 Thread via GitHub


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

   Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) 
from 1.2.11 to 1.4.14.
   
   Commits
   
   https://github.com/qos-ch/logback/commit/407f935603f3f4d7825e4f57f85ed494da3b7197";>407f935
 prepare release 1.4.14
   https://github.com/qos-ch/logback/commit/7018a3609c7bcc9dc7bf5903509901a986e5f578";>7018a36
 fix missing deseialization filter init call, enable commented out test 
case
   https://github.com/qos-ch/logback/commit/8a746eb0eff709ac036fb4d6ab0719aaffbc0702";>8a746eb
 start work on 1.4.14-SNAPSHOT
   https://github.com/qos-ch/logback/commit/7ee000a0a359d239c60bb93a2f4f4ea467c38395";>7ee000a
 prepare release 1.4.13
   https://github.com/qos-ch/logback/commit/867bf581b678a2eed60d56f257f328284e14ad45";>867bf58
 remove superflus system.out call
   https://github.com/qos-ch/logback/commit/88abf59a18720854f4f55feb8d8f6951cfaf6037";>88abf59
 prepare release 1.4.12
   https://github.com/qos-ch/logback/commit/2cd8cabc5b1289d8efab7cb0f728010c8f381e71";>2cd8cab
 cater for array size marked with -1
   https://github.com/qos-ch/logback/commit/9c782b45be4abdafb7e17481e24e7354c2acd1eb";>9c782b4
 prevent DOS attacks using on malicious serialized input
   https://github.com/qos-ch/logback/commit/f6d690dfe85c96cfc00e23321c381122f266b5de";>f6d690d
 further support for Virtual threads, issues 737
   https://github.com/qos-ch/logback/commit/9a1fc44f84befa8f05eaeea3f236014a556872e2";>9a1fc44
 add support for Virtual threads
   Additional commits viewable in https://github.com/qos-ch/logback/compare/v_1.2.11...v_1.4.14";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.2.11&new-version=1.4.14)](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



[PR] Bump com.google.errorprone:error_prone_annotations from 2.4.0 to 2.24.1 [tinkerpop]

2024-02-14 Thread via GitHub


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

   Bumps 
[com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone)
 from 2.4.0 to 2.24.1.
   
   Release notes
   Sourced from https://github.com/google/error-prone/releases";>com.google.errorprone:error_prone_annotations's
 releases.
   
   Error Prone 2.24.1
   Changes:
   
   Add an assertion to try to help debug https://redirect.github.com/google/error-prone/issues/4225";>google/error-prone#4225
   
   Full Changelog: https://github.com/google/error-prone/compare/v2.24.0...v2.24.1";>https://github.com/google/error-prone/compare/v2.24.0...v2.24.1
   Error Prone 2.24.0
   New checks:
   
   https://errorprone.info/bugpattern/MultipleNullnessAnnotations";>MultipleNullnessAnnotations:
 Discourage multiple nullness annotations
   https://errorprone.info/bugpattern/NullableTypeParameter";>NullableTypeParameter:
 Discourage nullness annotations on type parameters
   https://errorprone.info/bugpattern/NullableWildcard";>NullableWildcard:
 Discourage nullness annotations on wildcards
   https://errorprone.info/bugpattern/SuperCallToObjectMethod";>SuperCallToObjectMethod:
 Generalization of SuperEqualsIsObjectEquals, now covers 
hashCode
   
   Full Changelog: https://github.com/google/error-prone/compare/v2.23.0...v2.24.0";>https://github.com/google/error-prone/compare/v2.23.0...v2.24.0
   Error Prone 2.23.0
   New checks:
   
   https://errorprone.info/bugpattern/DuplicateDateFormatField";>DuplicateDateFormatField
   https://errorprone.info/bugpattern/NonFinalStaticField";>NonFinalStaticField
   https://errorprone.info/bugpattern/StringCharset";>StringCharset
   https://errorprone.info/bugpattern/StringFormatWithLiteral";>StringFormatWithLiteral
   https://errorprone.info/bugpattern/SuperEqualsIsObjectEquals";>SuperEqualsIsObjectEquals
   
   Bug fixes and improvements: https://redirect.github.com/google/error-prone/issues/3897";>#3897, https://redirect.github.com/google/error-prone/issues/4114";>#4114, https://redirect.github.com/google/error-prone/issues/4123";>#4123
   Full Changelog: https://github.com/google/error-prone/compare/v2.22.0...v2.23.0";>https://github.com/google/error-prone/compare/v2.22.0...v2.23.0
   Error Prone 2.22.0
   We are considering raising the minimum supported JDK from JDK 11 to JDK 
17 in a future release of Error Prone, see https://redirect.github.com/google/error-prone/issues/3803";>#3803. 
Note that using a newer JDK version to run javac during the build doesn't 
prevent building code that is deployed to earlier versions, for example it's 
supported to use the JDK 17 javac and pass --release 11 to compile 
Java 11 code that is deployed to a JDK 11 runtime. If you have feedback, please 
comment on https://redirect.github.com/google/error-prone/issues/3803";>#3803.
   New checks:
   
   https://errorprone.info/bugpattern/ClosingStandardOutputStreams";>ClosingStandardOutputStreams:
 Prevents accidentally closing System.{out,err} with 
try-with-resources
   https://errorprone.info/bugpattern/TruthContainsExactlyElementsInUsage";>TruthContainsExactlyElementsInUsage:
 containsExactly is preferred over 
containsExactlyElementsIn when creating new iterables
   https://errorprone.info/bugpattern/UnnecessaryAsync";>UnnecessaryAsync:
 detects unnecessary use of async primitives in local (and hence 
single-threaded) scopes
   https://errorprone.info/bugpattern/ReturnAtTheEndOfVoidFunction";>ReturnAtTheEndOfVoidFunction:
 detects unnecessary return statements at the end of 
void functions
   https://errorprone.info/bugpattern/MultimapKeys";>MultimapKeys:
 Suggests using keySet() instead of iterating over 
Multimap.keys(), which does not collapse duplicates
   
   Bug fixes and improvements:
   
   Don't complain about literal IP addresses in 
AddressSelection (https://github.com/google/error-prone/commit/44b65527debbc57892f21ca3ba458b16771e423e";>https://github.com/google/error-prone/commit/44b65527debbc57892f21ca3ba458b16771e423e)
   Prevent SuggestedFixes#renameMethod from modifying return type 
declaration (https://redirect.github.com/google/error-prone/issues/4043";>#4043)
   Fix UnusedVariable false positives for private record parameters (https://redirect.github.com/google/error-prone/issues/2713";>#2713)
   When running in conservative mode, no longer assume that implementations 
of Map.get, etc. return null (https://redirect.github.com/google/error-prone/issues/2910";>#2910)
   CanIgnoreReturnValueSuggester: Support additional exempting method 
annotations (https://redirect.github.com/google/error-prone/issues/4009";>#4009)
   UnusedVariable: exclude junit5's @RegisterExtension (https://redirect.github.com/google/error-prone/issues/3892";>#3892)
   Support running all available patch checks (https://redirect.github.com/google/error-prone/issues/947";>#947)
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/google/error-prone/co

[PR] Bump slf4j.version from 1.7.25 to 2.0.12 [tinkerpop]

2024-02-14 Thread via GitHub


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

   Bumps `slf4j.version` from 1.7.25 to 2.0.12.
   Updates `org.slf4j:slf4j-api` from 1.7.25 to 2.0.12
   
   Updates `org.slf4j:jcl-over-slf4j` from 1.7.25 to 2.0.12
   
   
   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/maven/3.6-dev/slf4j.version-2.0.12 created (now 338b1edce1)

2024-02-14 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.6-dev/slf4j.version-2.0.12
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 338b1edce1 Bump slf4j.version from 1.7.25 to 2.0.12

No new revisions were added by this update.



(tinkerpop) branch dependabot/maven/3.6-dev/com.fasterxml.jackson.core-jackson-annotations-2.16.1 created (now b358c16313)

2024-02-14 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.6-dev/com.fasterxml.jackson.core-jackson-annotations-2.16.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at b358c16313 Bump com.fasterxml.jackson.core:jackson-annotations

No new revisions were added by this update.



(tinkerpop) branch dependabot/maven/3.6-dev/com.google.errorprone-error_prone_annotations-2.24.1 created (now 6ecf8b0576)

2024-02-14 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.6-dev/com.google.errorprone-error_prone_annotations-2.24.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 6ecf8b0576 Bump com.google.errorprone:error_prone_annotations from 
2.4.0 to 2.24.1

No new revisions were added by this update.



(tinkerpop) branch dependabot/nuget/gremlin-dotnet/3.6-dev/System.Text.Json-8.0.2 created (now 8f2fdcb500)

2024-02-14 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.6-dev/System.Text.Json-8.0.2
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 8f2fdcb500 Bump System.Text.Json from 8.0.1 to 8.0.2 in /gremlin-dotnet

No new revisions were added by this update.



[PR] Bump System.Text.Json from 8.0.1 to 8.0.2 in /gremlin-dotnet [tinkerpop]

2024-02-14 Thread via GitHub


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

   Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.1 to 
8.0.2.
   
   Release notes
   Sourced from https://github.com/dotnet/runtime/releases";>System.Text.Json's 
releases.
   
   .NET 8.0.2
   https://github.com/dotnet/core/releases/tag/v8.0.2";>Release
   
   
   
   Commits
   
   https://github.com/dotnet/runtime/commit/1381d5ebd2ab1f292848d5b19b80cf71ac332508";>1381d5e
 Merge in 'release/8.0' changes
   https://github.com/dotnet/runtime/commit/c987e4f902859d4f80a24b45c5b2a7e4222b6c0e";>c987e4f
 [release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (https://redirect.github.com/dotnet/runtime/issues/97110";>#97110)
   https://github.com/dotnet/runtime/commit/441c91dab92ca259db1952ee64f5a7522b12f59b";>441c91d
 Merge in 'release/8.0' changes
   https://github.com/dotnet/runtime/commit/c93800e8b306e7e60b0c8249ed7bbdd163afacb5";>c93800e
 Merge pull request https://redirect.github.com/dotnet/runtime/issues/97065";>#97065 from 
carlossanlop/release/8.0-staging
   https://github.com/dotnet/runtime/commit/c2d2bb34e9c06dd590851eb70a9e34919b4ffacd";>c2d2bb3
 Merge branch 'release/8.0' into release/8.0-staging
   https://github.com/dotnet/runtime/commit/6d35e39f4f249c627c11586f4769361bde0ed62d";>6d35e39
 [release/8.0-staging] UInt64.CreateSaturating truncates instead 
of sa...
   https://github.com/dotnet/runtime/commit/96b0a55bd51ad3e45609bcf1fa8ab030ce2c27ba";>96b0a55
 [release/8.0-staging] macOS: Set certificate as a dependency of private key 
h...
   https://github.com/dotnet/runtime/commit/85c277284219155c42ef32a1c77c12357cb02f5d";>85c2772
 [release/8.0] Fix server-side OCSP stapling on Linux (https://redirect.github.com/dotnet/runtime/issues/96838";>#96838)
   https://github.com/dotnet/runtime/commit/683da71a303abf737f763416a8b8c09fab8663ed";>683da71
 [release/8.0-staging] Gen0 segment should always be reported as Gen0 for 
DacH...
   https://github.com/dotnet/runtime/commit/f9d0a7b6678e667b47833fefd9ae5f32afa49a11";>f9d0a7b
 [release/8.0-staging] Fix Crossgen2 PDB generation (again) (https://redirect.github.com/dotnet/runtime/issues/96566";>#96566)
   Additional commits viewable in https://github.com/dotnet/runtime/compare/v8.0.1...v8.0.2";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=8.0.1&new-version=8.0.2)](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



Re: [PR] TINKERPOP-3031 Fixed bug in translation of g.tx() options [tinkerpop]

2024-02-14 Thread via GitHub


xiazcy commented on PR #2488:
URL: https://github.com/apache/tinkerpop/pull/2488#issuecomment-1944391281

   VOTE +1


-- 
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



Re: [PR] TINKERPOP-3031 Fixed bug in translation of g.tx() options [tinkerpop]

2024-02-14 Thread via GitHub


vkagamlyk commented on PR #2488:
URL: https://github.com/apache/tinkerpop/pull/2488#issuecomment-1944396448

   VOTE +1


-- 
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



Re: [PR] TINKERPOP-3031 Fixed bug in translation of g.tx() options [tinkerpop]

2024-02-14 Thread via GitHub


Cole-Greer commented on PR #2488:
URL: https://github.com/apache/tinkerpop/pull/2488#issuecomment-1944399941

   VOTE +1


-- 
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



Re: [PR] Remove gremlin-archetype [tinkerpop]

2024-02-14 Thread via GitHub


spmallette commented on PR #2486:
URL: https://github.com/apache/tinkerpop/pull/2486#issuecomment-1944720435

   in removing a few modules here, it probably needs upgrade docs, but other 
than that, VOTE +1


-- 
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



Re: [PR] TINKERPOP-3054 Fix requestId Deserialization in `gremlin-python` [tinkerpop]

2024-02-14 Thread via GitHub


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

   ## 
[Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2494?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Comparison is base 
[(`c7f3d24`)](https://app.codecov.io/gh/apache/tinkerpop/commit/c7f3d2454a654cea57c2a99077d859b115fec4c3?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 75.15% compared to head 
[(`e6be164`)](https://app.codecov.io/gh/apache/tinkerpop/pull/2494?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 75.39%.
   > Report is 8 commits behind head on 3.6-dev.
   
   
   Additional details and impacted files
   
   
   ```diff
   @@  Coverage Diff  @@
   ## 3.6-dev#2494  +/-   ##
   =
   + Coverage  75.15%   75.39%   +0.23% 
   + Complexity 1235112346   -5 
   =
 Files   1058 1033  -25 
 Lines  6361059838-3772 
 Branches6962 6962  
   =
   - Hits   4780645113-2693 
   + Misses 1322412329 -895 
   + Partials2580 2396 -184 
   ```
   
   
   
   
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/tinkerpop/pull/2494?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   
   :loudspeaker: Have feedback on the report? [Share it 
here](https://about.codecov.io/codecov-pr-comment-feedback/?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