Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8C2E6200CD0 for ; Mon, 10 Jul 2017 20:18:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8ACD9165229; Mon, 10 Jul 2017 18:18:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B3E5E165188 for ; Mon, 10 Jul 2017 20:18:34 +0200 (CEST) Received: (qmail 24687 invoked by uid 500); 10 Jul 2017 18:18:33 -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 24553 invoked by uid 99); 10 Jul 2017 18:18:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2017 18:18:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CD121F5528; Mon, 10 Jul 2017 18:18:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spmallette@apache.org To: commits@tinkerpop.apache.org Date: Mon, 10 Jul 2017 18:18:49 -0000 Message-Id: <7a1a65c96473493e86c8c7b969f1bebc@git.apache.org> In-Reply-To: <4a30827b16024643b089a70b856cfba2@git.apache.org> References: <4a30827b16024643b089a70b856cfba2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [20/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1289' archived-at: Mon, 10 Jul 2017 18:18:37 -0000 Merge branch 'TINKERPOP-1289' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/69053b9d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/69053b9d Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/69053b9d Branch: refs/heads/TINKERPOP-1698 Commit: 69053b9db3a7b3b32a5470d769c4c42ca1c1d81a Parents: 1744b3f 00df1b2 Author: Marko A. Rodriguez Authored: Wed Jul 5 07:14:38 2017 -0600 Committer: Marko A. Rodriguez Committed: Wed Jul 5 07:14:38 2017 -0600 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + docs/src/upgrade/release-3.3.x.asciidoc | 3 +++ .../tinkerpop/gremlin/process/traversal/util/AndP.java | 8 -------- .../gremlin/process/traversal/util/ConnectiveP.java | 8 -------- .../apache/tinkerpop/gremlin/process/traversal/util/OrP.java | 8 -------- 5 files changed, 4 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/69053b9d/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --cc CHANGELOG.asciidoc index 42fc7b7,9c116b6..3a61c49 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -26,7 -26,7 +26,8 @@@ image::https://raw.githubusercontent.co TinkerPop 3.3.0 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Removed previously deprecated `TraversalSource.Builder` class. + * Removed previously deprecated `ConnectiveP`, `AndP`, `OrP` constructors. * Graphite and Ganglia are no longer packaged with the Gremlin Server distribution. * `TransactionException` is no longer a class of `AbstractTransaction` and it extends `RuntimeException`. * Included an ellipse on long property names that are truncated. http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/69053b9d/docs/src/upgrade/release-3.3.x.asciidoc ---------------------------------------------------------------------- diff --cc docs/src/upgrade/release-3.3.x.asciidoc index f04f564,992381e..04e5615 --- a/docs/src/upgrade/release-3.3.x.asciidoc +++ b/docs/src/upgrade/release-3.3.x.asciidoc @@@ -202,7 -202,9 +202,10 @@@ The following deprecated classes, metho ** `org.apache.tinkerpop.gremlin.jsr223.SingleGremlinScriptEngineManager#getInstance()` ** `org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager#addModule(GremlinModule)` ** `org.apache.tinkerpop.gremlin.jsr223.console.PluginAcceptor` +** `org.apache.tinkerpop.gremlin.process.traversal.TraversalSource.Builder` + ** `org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP(P...)` + ** `org.apache.tinkerpop.gremlin.process.traversal.util.AndP(P...)` + ** `org.apache.tinkerpop.gremlin.process.traversal.util.OrP(P...)` ** `org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures#supportsAddProperty()` ** `org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures#FEATURE_ADD_PROPERTY` ** `org.apache.tinkerpop.gremlin.structure.Graph.OptIn#SUITE_GROOVY_PROCESS_STANDARD`