You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by gi...@apache.org on 2023/12/07 23:14:02 UTC

(tinkerpop) branch dependabot/maven/3.5-dev/io.fabric8-docker-maven-plugin-0.43.4 updated (a8c7a12cf6 -> 69356c63a5)

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

github-bot pushed a change to branch dependabot/maven/3.5-dev/io.fabric8-docker-maven-plugin-0.43.4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    omit a8c7a12cf6 Bump io.fabric8:docker-maven-plugin from 0.42.0 to 0.43.4
     add 636b49d200 CTR Bump to 3.6.7-SNAPSHOT
     add 296bbcdb27 Fix flaky traversal test due to duplicated key generated for project step (#2361)
     add 75f7ac0977 Bump actions/setup-dotnet from 3 to 4 (#2381)
     add b6910013fe Bump actions/setup-java from 3 to 4 (#2370)
     add aec4fc25ee Bump actions/checkout from 3 to 4 (#2231)
     add 0a3505760b Bump github.com/nicksnyder/go-i18n/v2 from 2.2.2 to 2.3.0 in /gremlin-go (#2379)
     add 18fd6a3dfa Bump @types/node from 20.9.0 to 20.10.3 in /gremlint (#2375)
     add 100084e78c Bump eslint (#2373)
     add 1e0cfaea35 Bump eslint-config-prettier (#2372)
     add 500252dcfc Let JavaTranslator.translateObject() throw clearer ISE
     add bf19ce9e16 [TINKERPOP-2913] Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions (#2364)
     add 6af49cbe9c Bump com.github.eirslett:frontend-maven-plugin from 1.12.1 to 1.15.0 (#2384)
     add c2e20863a2 Bump actions/setup-python from 4 to 5 (#2383)
     add da8a5fbe05 Bump actions/setup-go from 4 to 5 (#2386)
     add 69356c63a5 Bump io.fabric8:docker-maven-plugin from 0.42.0 to 0.43.4

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   (a8c7a12cf6)
            \
             N -- N -- N   refs/heads/dependabot/maven/3.5-dev/io.fabric8-docker-maven-plugin-0.43.4 (69356c63a5)

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                   | 64 +++++++++----------
 .github/workflows/codeql.yml                       |  6 +-
 CHANGELOG.asciidoc                                 |  6 ++
 docs/src/upgrade/release-3.6.x.asciidoc            | 14 +++++
 gremlin-annotations/pom.xml                        |  2 +-
 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 +-
 .../tinkerpop/gremlin/jsr223/JavaTranslator.java   |  2 +-
 .../org/apache/tinkerpop/gremlin/util/Gremlin.java |  2 +-
 .../traversal/dsl/graph/GraphTraversalTest.java    | 10 +++
 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 +-
 gremlin-dotnet/src/pom.xml                         |  2 +-
 .../DriverRemoteConnection/GraphTraversalTests.cs  | 20 ++++++
 gremlin-dotnet/test/pom.xml                        |  2 +-
 gremlin-driver/pom.xml                             |  2 +-
 gremlin-go/driver/traversal_test.go                | 44 +++++++++++++
 gremlin-go/driver/user_agent.go                    |  2 +-
 gremlin-go/go.mod                                  |  2 +-
 gremlin-go/go.sum                                  | 34 ++--------
 gremlin-go/pom.xml                                 |  2 +-
 gremlin-groovy/pom.xml                             |  2 +-
 gremlin-javascript/pom.xml                         |  4 +-
 .../gremlin-javascript/lib/process/transaction.js  | 12 +++-
 .../javascript/gremlin-javascript/lib/utils.js     |  2 +-
 .../gremlin-javascript/package-lock.json           | 72 +++++++++++-----------
 .../javascript/gremlin-javascript/package.json     |  2 +-
 .../test/integration/traversal-test.js             | 26 ++++++++
 .../gremlin-javascript/test/unit/traversal-test.js | 23 +++++++
 gremlin-language/pom.xml                           |  2 +-
 gremlin-python/pom.xml                             |  2 +-
 .../main/python/gremlin_python/driver/useragent.py |  2 +-
 .../gremlin_python/process/graph_traversal.py      |  2 +-
 .../tests/driver/test_driver_remote_connection.py  | 31 ++++++++++
 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                         | 16 ++---
 gremlint/package.json                              |  2 +-
 gremlint/pom.xml                                   |  4 +-
 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 +-
 58 files changed, 313 insertions(+), 157 deletions(-)