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 EE84410C8C for ; Wed, 17 Dec 2014 23:16:13 +0000 (UTC) Received: (qmail 69545 invoked by uid 500); 17 Dec 2014 23:16:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 69481 invoked by uid 500); 17 Dec 2014 23:16:13 -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 69469 invoked by uid 99); 17 Dec 2014 23:16:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 23:16:13 +0000 Date: Wed, 17 Dec 2014 23:16:13 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-12625) Deprecate certain methods in classes annotated with InterfaceAudience.Public in branch-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-12625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-12625. ---------------------------- Resolution: Fixed Hadoop Flags: Reviewed Thanks for the reviews. > Deprecate certain methods in classes annotated with InterfaceAudience.Public in branch-1 > ---------------------------------------------------------------------------------------- > > Key: HBASE-12625 > URL: https://issues.apache.org/jira/browse/HBASE-12625 > Project: HBase > Issue Type: Task > Reporter: Ted Yu > Assignee: Ted Yu > Fix For: 1.0.0 > > Attachments: 12625-v1.txt > > > Compiling Phoenix against branch-1, I got compilation error below: > {code} > [ERROR] /Users/tyu/phoenix/phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java:[345,49] cannot find symbol > [ERROR] symbol: method estimatedSizeOf(org.apache.hadoop.hbase.Cell) > [ERROR] location: class org.apache.hadoop.hbase.CellUtil > {code} > CellUtil is annotated with InterfaceAudience.Public > estimatedSizeOf() should be deprecated in branch-1 -- This message was sent by Atlassian JIRA (v6.3.4#6332)