Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 491E9FBD5 for ; Sat, 13 Apr 2013 05:16:20 +0000 (UTC) Received: (qmail 7944 invoked by uid 500); 13 Apr 2013 05:16:20 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 7772 invoked by uid 500); 13 Apr 2013 05:16:19 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 7747 invoked by uid 500); 13 Apr 2013 05:16:18 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 7741 invoked by uid 99); 13 Apr 2013 05:16:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Apr 2013 05:16:18 +0000 Date: Sat, 13 Apr 2013 05:16:18 +0000 (UTC) From: "Avery Ching (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (GIRAPH-626) Remove use of deprecated API's in giraph-core 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/GIRAPH-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avery Ching updated GIRAPH-626: ------------------------------- Fix Version/s: 1.0 > Remove use of deprecated API's in giraph-core > --------------------------------------------- > > Key: GIRAPH-626 > URL: https://issues.apache.org/jira/browse/GIRAPH-626 > Project: Giraph > Issue Type: Bug > Components: build, graph > Affects Versions: 0.1.0, 1.0 > Environment: Ubuntu 12.04, Hadoop 1.1.1, Giraph 1.0RC0 > Reporter: Lewis John McGibbney > Fix For: 1.0, 1.1 > > > When I compile & test the new 1.0 RC0 (great work BTW), I get the following WARNINGs within Maven. > {code} > [WARNING] /home/law/Downloads/asf/giraph/giraph/giraph-core/target/munged/main/org/apache/giraph/utils/UnsafeByteArrayInputStream.java:[34,32] sun.misc.Unsafe is internal proprietary API and may be removed in a future release > [WARNING] /home/law/Downloads/asf/giraph/giraph/giraph-core/target/munged/main/org/apache/giraph/utils/UnsafeByteArrayInputStream.java:[37,29] sun.misc.Unsafe is internal proprietary API and may be removed in a future release > [WARNING] /home/law/Downloads/asf/giraph/giraph/giraph-core/target/munged/main/org/apache/giraph/utils/UnsafeByteArrayInputStream.java:[39,25] sun.misc.Unsafe is internal proprietary API and may be removed in a future release > [WARNING] /home/law/Downloads/asf/giraph/giraph/giraph-core/target/munged/main/org/apache/giraph/utils/UnsafeByteArrayOutputStream.java:[33,29] sun.misc.Unsafe is internal proprietary API and may be removed in a future release > [WARNING] /home/law/Downloads/asf/giraph/giraph/giraph-core/target/munged/main/org/apache/giraph/utils/UnsafeByteArrayOutputStream.java:[35,25] sun.misc.Unsafe is internal proprietary API and may be removed in a future release > [WARNING] /home/law/Downloads/asf/giraph/giraph/giraph-core/target/munged/main/org/apache/giraph/utils/UnsafeByteArrayOutputStream.java:[66,32] sun.misc.Unsafe is internal proprietary API and may be removed in a future release > [WARNING] /home/law/Downloads/asf/giraph/giraph/giraph-core/target/munged/main/org/apache/giraph/comm/netty/handler/SaslServerHandler.java: Some input files use or override a deprecated API. > [WARNING] /home/law/Downloads/asf/giraph/giraph/giraph-core/target/munged/main/org/apache/giraph/comm/netty/handler/SaslServerHandler.java: Recompile with -Xlint:deprecation for details. > [WARNING] /home/law/Downloads/asf/giraph/giraph/giraph-core/target/munged/main/org/apache/giraph/io/superstep_output/MultiThreadedSuperstepOutput.java: Some input files use unchecked or unsafe operations. > [WARNING] /home/law/Downloads/asf/giraph/giraph/giraph-core/target/munged/main/org/apache/giraph/io/superstep_output/MultiThreadedSuperstepOutput.java: Recompile with -Xlint:unchecked for details. > {code} > I've not looked in to this AT ALL, but I thought I would log it and maybe get the GSoC student (if we get in) to submit a patch to upgrade the offending API usage to fix it. I see this as potentially low hanging fruit for people wanting to contribute to Giraph. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira