This is an automated email from the ASF dual-hosted git repository.
florianhockmann pushed a change to branch TINKERPOP-2348
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard 09440c2 Allow AddV(null)
discard 0e3452b WIP Update more places to .NET 5.0
discard 9421f36 Update .NET SDK in Travis to 5.0
discard 9e93416 Update projects to .NET5
discard bed106a Add remaining nullable annotations and enable them by default
discard a100bc7 Enable nullable warnings for traversal types
discard 5aa418c Enable nullable warnings for most types in Process
discard 97f5b7e Enable nullable warnings for GraphSON
discard 00b9561 Enable nullable warnings for all GraphBinary types
discard d91ca33 WIP Enabled nullable warnings for most GraphBinary types
discard 961a177 Enable nullable warnings for Gremlin.Net.Driver namespace
discard ab8b1bd WIP Enabled nullable checks in some files in the driver,
GremlinClientExtensions still needs some work
discard 09dc383 wip
new 841cc3b TINKERPOP-2348 Add nullable annotations
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 (09440c2)
\
N -- N -- N refs/heads/TINKERPOP-2348 (841cc3b)
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.
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/pom.xml | 2 +-
.../Driver/GremlinClientTests.cs | 2 +-
.../Gherkin/ScenarioData.cs | 25 ++++------------------
3 files changed, 6 insertions(+), 23 deletions(-)