Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B52317D7B for ; Wed, 15 Apr 2015 06:33:00 +0000 (UTC) Received: (qmail 55042 invoked by uid 500); 15 Apr 2015 06:33:00 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 54998 invoked by uid 500); 15 Apr 2015 06:33:00 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 54985 invoked by uid 99); 15 Apr 2015 06:33:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2015 06:33:00 +0000 Date: Wed, 15 Apr 2015 06:33:00 +0000 (UTC) From: "Ashish Singhi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13464) Remove deprecations for 2.0.0 - Part 1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-13464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14495740#comment-14495740 ] Ashish Singhi commented on HBASE-13464: --------------------------------------- bq. Is there a good way to figure out which Checkstyle things I've added? You can find with https://github.com/apache/hbase/blob/master/dev-support/checkstyle_report.py > Remove deprecations for 2.0.0 - Part 1 > -------------------------------------- > > Key: HBASE-13464 > URL: https://issues.apache.org/jira/browse/HBASE-13464 > Project: HBase > Issue Type: Sub-task > Reporter: Lars Francke > Assignee: Lars Francke > Attachments: HBASE-13464.1.patch > > > This removes deprecations for the following issues: > * HBASE-6038 > * HBASE-1502 > * HBASE-5453 > * HBASE-5357 > * HBASE-9870 > * HBASE-10870 > * HBASE-12363 > * HBASE-9508 > It introduces one new deprecation for {{UnmodifyableHTableDescriptor#UnmodifyableHTableDescriptor()}} because that depends on a deprecated constructor in {{HTableDescriptor}}. I've made the constructor in question {{protected}} so both can be removed in 3.0.0. -- This message was sent by Atlassian JIRA (v6.3.4#6332)