You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2022/01/19 14:07:17 UTC

[tinkerpop] branch master updated (fe74928 -> f48fc35)

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 fe74928  Merge pull request #1545 from mikepersonick/TINKERPOP-2641
     add 4e648bf  Update gremlint dependencies to get rid of vulnerabilities CTR
     add 134180f  Update gremlint website dependencies to get rid of vulnerabilities CTR
     add 93d7109  gremlin-javascript: Tune Writer/Reader abstraction border
     add ec78520  Merge pull request #1549 from ihoro/gremlin-javascript-tune-writer-reader-abstraction-border
     add 8e4c226  TINKERPOP-2651 Update to .NET 6
     add 71a977f  Merge branch 'TINKERPOP-2651' into 3.5-dev
     new f48fc35  Merge branch '3.5-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:
 .github/workflows/build-test.yml                   |  4 +-
 docker/Dockerfile                                  |  2 +-
 .../dev/developer/development-environment.asciidoc |  4 +-
 .../Gremlin.Net.Template.csproj                    |  2 +-
 gremlin-dotnet/src/pom.xml                         |  2 +-
 .../Gherkin/GherkinTestRunner.cs                   |  2 +-
 .../Gremlin.Net.IntegrationTest.csproj             |  2 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj    |  2 +-
 .../Gremlin.Net.UnitTest.csproj                    |  2 +-
 gremlin-dotnet/test/pom.xml                        |  2 +-
 .../gremlin-javascript/lib/driver/connection.js    | 66 ++++++----------------
 .../lib/structure/io/graph-serializer.js           | 46 +++++++++++++++
 12 files changed, 74 insertions(+), 62 deletions(-)

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

Posted by fl...@apache.org.
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 f48fc35b59700d558fd06e60d90e5691b85574ba
Merge: fe74928 71a977f
Author: Florian Hockmann <fh...@florian-hockmann.de>
AuthorDate: Wed Jan 19 15:06:30 2022 +0100

    Merge branch '3.5-dev'

 .github/workflows/build-test.yml                   |  4 +-
 docker/Dockerfile                                  |  2 +-
 .../dev/developer/development-environment.asciidoc |  4 +-
 .../Gremlin.Net.Template.csproj                    |  2 +-
 gremlin-dotnet/src/pom.xml                         |  2 +-
 .../Gherkin/GherkinTestRunner.cs                   |  2 +-
 .../Gremlin.Net.IntegrationTest.csproj             |  2 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj    |  2 +-
 .../Gremlin.Net.UnitTest.csproj                    |  2 +-
 gremlin-dotnet/test/pom.xml                        |  2 +-
 .../gremlin-javascript/lib/driver/connection.js    | 66 ++++++----------------
 .../lib/structure/io/graph-serializer.js           | 46 +++++++++++++++
 12 files changed, 74 insertions(+), 62 deletions(-)