From commits-return-34436-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Wed Jan 9 15:58:14 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5D333180669 for ; Wed, 9 Jan 2019 15:58:14 +0100 (CET) Received: (qmail 25522 invoked by uid 500); 9 Jan 2019 14:58:13 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 25513 invoked by uid 99); 9 Jan 2019 14:58:13 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2019 14:58:13 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A543485BFB; Wed, 9 Jan 2019 14:58:12 +0000 (UTC) Date: Wed, 09 Jan 2019 14:58:12 +0000 To: "commits@tinkerpop.apache.org" Subject: [tinkerpop] branch TINKERPOP-2126 updated (a4b47b4 -> 51a514b) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154704589250.5209.7487262688457140041@gitbox.apache.org> From: dkuppitz@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: tinkerpop X-Git-Refname: refs/heads/TINKERPOP-2126 X-Git-Reftype: branch X-Git-Oldrev: a4b47b4d7911a4ab68c3865bcd352ff722edd78b X-Git-Newrev: 51a514b01da51a80ba9fd6631ad65078ab5a71c4 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch TINKERPOP-2126 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard a4b47b4 TINKERPOP-2126 Made `TraverserSet` internals thread-safe add 82f0590 Remove latest tag from tp33 TINKERPOP-1980 CTR add 60fd135 Bump to 3.3.6-SNAPSHOT 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 tag in antrun plugins CTR new 51a514b TINKERPOP-2126 Made `TraverserSet` internals thread-safe 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 (a4b47b4) \ N -- N -- N refs/heads/TINKERPOP-2126 (51a514b) 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 | 5 ++++ docs/preprocessor/preprocess.sh | 2 +- docs/src/dev/developer/release.asciidoc | 11 ++++++--- docs/src/index.asciidoc | 5 ++-- docs/src/upgrade/release-3.3.x.asciidoc | 6 +++++ giraph-gremlin/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 | 27 +++------------------- gremlin-core/pom.xml | 2 +- gremlin-dotnet/pom.xml | 2 +- .../Gremlin.Net.Template.csproj | 2 +- .../Gremlin.Net.Template.nuspec | 2 +- gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 4 ++-- gremlin-dotnet/src/pom.xml | 10 ++++---- gremlin-dotnet/test/pom.xml | 2 +- gremlin-driver/pom.xml | 2 +- gremlin-groovy/pom.xml | 2 +- gremlin-javascript/pom.xml | 2 +- .../javascript/gremlin-javascript/package.json | 2 +- gremlin-python/pom.xml | 10 ++++---- gremlin-server/pom.xml | 23 +----------------- 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 +- hadoop-gremlin/pom.xml | 2 +- neo4j-gremlin/pom.xml | 2 +- pom.xml | 7 +++++- spark-gremlin/pom.xml | 2 +- tinkergraph-gremlin/pom.xml | 2 +- 36 files changed, 70 insertions(+), 90 deletions(-)