Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 19572 invoked from network); 17 Apr 2008 08:54:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 08:54:30 -0000 Received: (qmail 17790 invoked by uid 500); 17 Apr 2008 08:54:30 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 17780 invoked by uid 500); 17 Apr 2008 08:54:30 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 17771 invoked by uid 99); 17 Apr 2008 08:54:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 01:54:30 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 08:53:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4C777234C0D5 for ; Thu, 17 Apr 2008 01:51:22 -0700 (PDT) Message-ID: <211582220.1208422282297.JavaMail.jira@brutus> Date: Thu, 17 Apr 2008 01:51:22 -0700 (PDT) From: "Amareshwari Sriramadasu (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-2828) Remove deprecated methods in Configuration.java In-Reply-To: <98721.1202969348191.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amareshwari Sriramadasu updated HADOOP-2828: -------------------------------------------- Release Note: The following deprecated methods in org.apache.hadoop.conf.Configuration are removed. public Object getObject(String name) public void setObject(String name, Object value) public Object get(String name, Object defaultValue) public void set(String name, Object value) and public Iterator entries() > Remove deprecated methods in Configuration.java > ----------------------------------------------- > > Key: HADOOP-2828 > URL: https://issues.apache.org/jira/browse/HADOOP-2828 > Project: Hadoop Core > Issue Type: Bug > Components: conf > Reporter: Amareshwari Sriramadasu > Assignee: Amareshwari Sriramadasu > Fix For: 0.17.0 > > Attachments: patch-2828.txt > > > The following methods in Configuration.java needs to be removed as they are deprecated. > getObject(String name) > setObject(String name, Object value) > get(String name, Object defaultValue) > set(String name, Object value) > Iterator entries() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.