This is an automated email from the ASF dual-hosted git repository.
dkuppitz pushed a change to branch TINKERPOP-2124
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
omit e21f31d TINKERPOP-2124 Fixed and/or folding in `InlineFilterStrategy`.
add 71a58ce Added link to .NET docs on compendium page CTR
add 12381ae Minor grammatical fix in error message CTR
add dc92a3c Added js/.net api docs to the vote thread email template CTR
add 3f02660 Added Gremlin.Net.Template to the nuget links to check during release CTR
add 6588e10 Fix minor grammatical error in release docs CTR
add c806510 Replaced deprecated <tasks> tag in antrun plugins CTR
add c0779e2 Massively cut down log output with new radish feature CTR
add fa0afb5 Fixed warnings related to nuget around the license CTR
add 02a7af3 Mask security secret or password
add 42bdff0 TINKERPOP-2126 Made `TraverserSet` internals thread-safe
add 93cd399 Merge branch 'TINKERPOP-2126' into tp33
new 48f1332 TINKERPOP-2124 Fixed and/or folding in `InlineFilterStrategy`.
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 (e21f31d)
\
N -- N -- N refs/heads/TINKERPOP-2124 (48f1332)
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 | 2 ++
docs/preprocessor/preprocess.sh | 2 +-
docs/src/dev/developer/release.asciidoc | 11 ++++++++---
docs/src/index.asciidoc | 5 +++--
gremlin-console/pom.xml | 4 ++--
.../traversal/traverser/util/TraverserSet.java | 2 +-
.../io/gryo/kryoshim/KryoShimServiceLoader.java | 21 ++++++++++++++++++---
.../glv/Gremlin.Net.Template.nuspec.template | 2 +-
gremlin-dotnet/glv/Gremlin.Net.csproj.template | 2 +-
.../Gremlin.Net.Template.nuspec | 2 +-
gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 2 +-
gremlin-dotnet/src/pom.xml | 8 ++++----
gremlin-python/pom.xml | 12 ++++++------
pom.xml | 5 +++++
14 files changed, 54 insertions(+), 26 deletions(-)
|