This is an automated email from the ASF dual-hosted git repository.
florianhockmann pushed a change to branch TINKERPOP-2682
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard 2ae1dbb TINKERPOP-2682 Enable WS compression in .NET
add b1f15a3 Bump Polly from 7.2.2 to 7.2.3 in /gremlin-dotnet
add 6185791 Merge pull request #1550 from
apache/dependabot/nuget/gremlin-dotnet/3.5-dev/Polly-7.2.3
add 61806a1 Bump System.Text.Json from 5.0.2 to 6.0.1 in /gremlin-dotnet
add 8108fce Merge branch
'dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-6.0.1' into 3.5-dev
add b4bb320 Fixed issue on comparing BigDecimal with infinite
add 7ada984 Added test cases and covered also negative infinite numbers
add 7028637 Uncommented tests and added entry in changelog
add 3f2fc44 Merge branch 'pr-1552' into 3.5-dev
new 963e625 TINKERPOP-2682 Enable WS compression in .NET
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 (2ae1dbb)
\
N -- N -- N refs/heads/TINKERPOP-2682 (963e625)
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:
CHANGELOG.asciidoc | 3 +-
.../tinkerpop/gremlin/util/NumberHelper.java | 20 +++++-
.../gremlin/process/traversal/CompareTest.java | 78 ++++++++++++++++++++++
.../src/Gremlin.Net/Driver/GremlinClient.cs | 7 +-
gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 4 +-
5 files changed, 104 insertions(+), 8 deletions(-)