You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2023/05/25 11:18:39 UTC

[tinkerpop] branch TINKERPOP-2873 updated (e67ebcaa7b -> 21d6d807ba)

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

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


 discard e67ebcaa7b TINKERPOP-2873 Added union() as a start step
     add 822f652916 get_g_VX1X_valuesXageX_countXlocalX test signature fixed CTR
     add ce34d4647a Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 in /gremlin-go
     add 2c328008d8 Merge pull request #2072 from apache/dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.3
     add 71a4d45347 Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 in /gremlin-dotnet
     add 150cc29b09 Merge pull request #2066 from apache/dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.0
     add b95f6bf966 Merge branch '3.5-dev' into 3.6-dev
     add 501e4ab3a8 Merge branch '3.6-dev'
     add 0f1d2d25b1 TINKERPOP-2731 Bump Spark to 3.3.2.
     add bffa4aead2 Merge pull request #2055
     add 588021a995 TINKERPOP-2703 Build on JDK17.
     add c48d6eaf6e Merge pull request #2056
     add 31e122512a fixing licenses/NOTICE
     add 5b5f45270f Merge pull request #2068
     add 176f7e85ab fixing licenses/NOTICE
     add 55840b998b Merge pull request #2062
     add 6d20dce205 Merge branch '3.5-dev' into 3.6-dev
     add 7e03a4f22e Merge branch '3.6-dev'
     add 69fe2a99b4 Fixed version in spark-gremlin plugin
     add c7d0a597a8 Fixed up doc generation for spark/hadoop. CTR
     add 21d6d807ba TINKERPOP-2873 Added union() as a start step

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   (e67ebcaa7b)
            \
             N -- N -- N   refs/heads/TINKERPOP-2873 (21d6d807ba)

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:
 .github/workflows/build-test.yml                   | 14 ++++++++
 CHANGELOG.asciidoc                                 |  2 ++
 .../dev/developer/development-environment.asciidoc | 13 +++++++-
 docs/src/upgrade/release-3.7.x.asciidoc            | 18 ++++++++++
 gremlin-annotations/pom.xml                        |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 gremlin-console/pom.xml                            | 12 +++++++
 gremlin-console/src/main/static/LICENSE            |  1 +
 gremlin-console/src/main/static/NOTICE             | 18 ++++++----
 gremlin-console/src/main/static/licenses/antlr4    | 28 ++++++++++++++++
 .../gremlin/jsr223/ScriptEngineCacheTest.java      |  5 +++
 .../Gremlin.Net.IntegrationTest.csproj             |  4 +--
 .../Gremlin.Net.Template.IntegrationTest.csproj    |  4 +--
 .../Gremlin.Net.UnitTest.csproj                    |  4 +--
 gremlin-driver/pom.xml                             | 18 +++++++++-
 gremlin-driver/src/main/static/LICENSE             |  1 +
 gremlin-driver/src/main/static/NOTICE              | 11 +++++++
 gremlin-driver/src/main/static/licenses/antlr4     | 28 ++++++++++++++++
 gremlin-go/go.mod                                  |  2 +-
 gremlin-go/go.sum                                  |  4 +--
 gremlin-groovy/pom.xml                             |  2 +-
 gremlin-server/src/main/static/LICENSE             |  1 +
 gremlin-server/src/main/static/NOTICE              | 31 +++++++++++-------
 gremlin-server/src/main/static/licenses/antlr4     | 28 ++++++++++++++++
 .../src/test/scripts/generate-all.groovy           |  4 ---
 gremlin-shaded/pom.xml                             | 28 ++++++++++++++++
 LICENSE => gremlin-shaded/src/main/static/LICENSE  | 15 +++++----
 gremlin-shaded/src/main/static/NOTICE              | 17 ++++++++++
 .../src/main/static/licenses/kryo                  | 11 +++----
 .../src/main/static/licenses/minilog               |  0
 .../process/traversal/step/map/CountTest.java      |  8 ++---
 gremlin-tools/gremlin-benchmark/pom.xml            |  2 ++
 hadoop-gremlin/pom.xml                             | 15 +++------
 pom.xml                                            | 31 ++++++++++++++++--
 spark-gremlin/pom.xml                              | 38 +++++++++++++++-------
 .../gremlin/tinkergraph/structure/TinkerGraph.java |  6 ++--
 38 files changed, 348 insertions(+), 84 deletions(-)
 create mode 100644 gremlin-console/src/main/static/licenses/antlr4
 create mode 100644 gremlin-driver/src/main/static/licenses/antlr4
 create mode 100644 gremlin-server/src/main/static/licenses/antlr4
 copy LICENSE => gremlin-shaded/src/main/static/LICENSE (96%)
 create mode 100644 gremlin-shaded/src/main/static/NOTICE
 copy {gremlin-console => gremlin-shaded}/src/main/static/licenses/kryo (57%)
 copy gremlin-console/src/main/static/licenses/kryo => gremlin-shaded/src/main/static/licenses/minilog (100%)