Return-Path: X-Original-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Delivered-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BBE4919466 for ; Wed, 27 Apr 2016 17:58:57 +0000 (UTC) Received: (qmail 58517 invoked by uid 500); 27 Apr 2016 17:58:57 -0000 Delivered-To: apmail-tinkerpop-commits-archive@tinkerpop.apache.org Received: (qmail 58491 invoked by uid 500); 27 Apr 2016 17:58:57 -0000 Mailing-List: contact commits-help@tinkerpop.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.incubator.apache.org Delivered-To: mailing list commits@tinkerpop.incubator.apache.org Received: (qmail 58475 invoked by uid 99); 27 Apr 2016 17:58:57 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 17:58:57 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C55F41A121D for ; Wed, 27 Apr 2016 17:58:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ZQ4bCRZ5Pyj6 for ; Wed, 27 Apr 2016 17:58:56 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id BF4C45FCC6 for ; Wed, 27 Apr 2016 17:58:53 +0000 (UTC) Received: (qmail 57958 invoked by uid 99); 27 Apr 2016 17:58:52 -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; Wed, 27 Apr 2016 17:58:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 28DBFE0019; Wed, 27 Apr 2016 17:58:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spmallette@apache.org To: commits@tinkerpop.incubator.apache.org Date: Wed, 27 Apr 2016 17:59:11 -0000 Message-Id: <63ea590934394e3196536b0e4be41aa1@git.apache.org> In-Reply-To: <84cef2fd587949f184d05fd80c610d8e@git.apache.org> References: <84cef2fd587949f184d05fd80c610d8e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/24] incubator-tinkerpop git commit: Removed a note about deprecation in dev docs that didn't make sense. Removed a note about deprecation in dev docs that didn't make sense. Deprecation work need not be tied to a JIRA ticket with a "breaking" label. If we deprecated properly, there should be no breaking change and hence no need for the label. CTR Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/f23def3a Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/f23def3a Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/f23def3a Branch: refs/heads/TINKERPOP-1179 Commit: f23def3afbd658024a8d08294048beb4566c4800 Parents: 606b59a Author: Stephen Mallette Authored: Tue Apr 26 07:43:24 2016 -0400 Committer: Stephen Mallette Committed: Tue Apr 26 07:43:24 2016 -0400 ---------------------------------------------------------------------- docs/src/dev/developer/contributing.asciidoc | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/f23def3a/docs/src/dev/developer/contributing.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/contributing.asciidoc b/docs/src/dev/developer/contributing.asciidoc index b33aeb9..ffc8156 100644 --- a/docs/src/dev/developer/contributing.asciidoc +++ b/docs/src/dev/developer/contributing.asciidoc @@ -270,9 +270,6 @@ replaced then the comment can simply read "not replaced". Additional comments t encouraged. ** `@see TINKERPOP-XXX` - supply a link to the JIRA issue for reference. -* All deprecation should typically be tied to a JIRA issue with a "breaking" label - the issue itself does not need to -specifically or solely be about "deprecation" but it should be documented very clearly in the comments what was -deprecated and what the path forward should be. * Be sure that deprecated methods are still under test - consider using javadoc/comments in the tests themselves to call out this fact. * Create a new JIRA issue to track removal of the deprecation for future evaluation - this issue should have the