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 2022/06/13 19:03:52 UTC

[tinkerpop] branch dependabot/maven/3.5-dev/org.mockito-mockito-core-4.6.1 updated (88091de9ce -> e5ec6b9e4d)

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

github-bot pushed a change to branch dependabot/maven/3.5-dev/org.mockito-mockito-core-4.6.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard 88091de9ce Bump mockito-core from 3.3.3 to 4.6.1
     add fbca24b81b Hadoop Gremlin Windows Build Fixes (#120) (#1679)
     add 8dba41c10a TINKERPOP-2749: Gremlin Javascript, Gremlint Windows build error fixes (#1671)
     add 4927ff3a4c Bump jcabi-manifest to 1.2.1 CTR
     add b237be7610 replace getCanonicalHostName() with getHostName() (#1683)
     add 945e588baf Updating changelog for TINKERPOP-2740 (DNS lookup removal)
     add 297ec03f81 Valentyn/an 1165 python graphbinary (#121)
     add f610363358 revert creating default message_serializer
     add f26bb10985 Updating changelog for TINKERPOP-3746 / TINKERPOP-2693
     add e7b1159588 Fixed bug in PartitionStrategy.
     add cbee516467 Restored some tests deleted by mistake on the last commit CTR
     add 1e6717ab1d TINKERPOP-2749: Spark Gremlin Windows Build Error Fixes (#1681)
     add 1b5e41c567 TINKERPOP-2631 - Specify ujson version of 2.0.0 or greater (#1682)
     add eea47e1c62 updated the gremlin.go file to match compilation from updated go translator (#1694)
     add eba3b29b4a removed call to open() in connection constructor and added console warning to users, added changelog and upgrade docs. (#1680)
     add bc4d687cb3 Fixing floating gremlin-python test failure
     add db1a91ab68 Bump netty version to 4.1.77.Final
     add 78bb2a3763 Merge branch 'pr-1692' into 3.5-dev
     add 1a4cf962a2 Updated changelog CTR
     add e5ec6b9e4d Bump mockito-core from 3.3.3 to 4.6.1

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   (88091de9ce)
            \
             N -- N -- N   refs/heads/dependabot/maven/3.5-dev/org.mockito-mockito-core-4.6.1 (e5ec6b9e4d)

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                   | 29 +++++--
 CHANGELOG.asciidoc                                 |  8 +-
 .../dev/developer/development-environment.asciidoc |  6 +-
 docs/src/upgrade/release-3.5.x.asciidoc            | 14 ++++
 .../strategy/decoration/PartitionStrategy.java     | 33 ++++++--
 .../apache/tinkerpop/gremlin/driver/Handler.java   |  2 +-
 gremlin-go/driver/cucumber/gremlin.go              | 62 +++++++--------
 gremlin-javascript/pom.xml                         |  9 ++-
 .../javascript/gremlin-javascript/.eslintrc.js     |  5 +-
 .../gremlin-javascript/lib/driver/connection.js    |  8 +-
 .../gremlin-javascript/package-lock.json           | 29 ++++---
 .../javascript/gremlin-javascript/package.json     | 11 +--
 .../main/python/gremlin_python/driver/client.py    |  1 +
 .../main/python/gremlin_python/driver/protocol.py  |  5 --
 .../python/gremlin_python/driver/serializer.py     | 12 ++-
 .../src/main/python/gremlin_python/statics.py      | 18 ++++-
 .../gremlin_python/structure/io/graphbinaryV1.py   | 89 +++++++++++++++++++---
 gremlin-python/src/main/python/setup.py            |  5 +-
 .../src/main/python/tests/driver/test_client.py    | 43 +++++++----
 .../tests/driver/test_driver_remote_connection.py  |  2 +-
 .../tests/structure/io/test_functionalityio.py     | 69 ++++++++++++++++-
 .../tests/structure/io/test_graphbinaryV1.py       | 13 +++-
 .../src/test/scripts/test-server-start.groovy      | 49 +++++++-----
 .../decoration/PartitionStrategyProcessTest.java   | 18 +++++
 gremlint/pom.xml                                   |  3 +-
 pom.xml                                            |  4 +-
 .../structure/io/AbstractIoRegistryCheck.java      |  6 +-
 27 files changed, 416 insertions(+), 137 deletions(-)