Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 14666 invoked from network); 24 Mar 2008 05:05:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Mar 2008 05:05:27 -0000 Received: (qmail 78716 invoked by uid 500); 24 Mar 2008 05:05:24 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 78687 invoked by uid 500); 24 Mar 2008 05:05:24 -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 78678 invoked by uid 99); 24 Mar 2008 05:05:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Mar 2008 22:05:24 -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; Mon, 24 Mar 2008 05:04:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3AEBE234C09F for ; Sun, 23 Mar 2008 22:03:24 -0700 (PDT) Message-ID: <1254479658.1206335004240.JavaMail.jira@brutus> Date: Sun, 23 Mar 2008 22:03:24 -0700 (PDT) From: "Devaraj Das (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 ] Devaraj Das updated HADOOP-2828: -------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) I just committed this. Thanks, Amareshwari! > 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.