Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-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 77C0210BCE for ; Wed, 26 Feb 2014 16:53:27 +0000 (UTC) Received: (qmail 61188 invoked by uid 500); 26 Feb 2014 16:53:24 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 61109 invoked by uid 500); 26 Feb 2014 16:53:24 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 60991 invoked by uid 500); 26 Feb 2014 16:53:22 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 60932 invoked by uid 99); 26 Feb 2014 16:53:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Feb 2014 16:53:21 +0000 Date: Wed, 26 Feb 2014 16:53:21 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (CRUNCH-356) Use IOUtils.closeQuietly instead of Closeables.closeQuietly 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/CRUNCH-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Wills reopened CRUNCH-356: ------------------------------- > Use IOUtils.closeQuietly instead of Closeables.closeQuietly > ----------------------------------------------------------- > > Key: CRUNCH-356 > URL: https://issues.apache.org/jira/browse/CRUNCH-356 > Project: Crunch > Issue Type: Improvement > Components: Core > Reporter: John Leacox > Assignee: Josh Wills > Priority: Minor > Fix For: 0.10.0, 0.8.3 > > Attachments: patch.diff > > > Closeables.closeQuietly was deprecated in Guava 13 and removed in Guava 16. If a consumer of crunch-core is using Guava 16+ a NoSuchMethodError could occur where Closeables.closeQuietly is being used. > The other crunch components are already using IOUtils.closeQuietly, so crunch-core could pull in common-io and use IOUtils.closeQuietly. -- This message was sent by Atlassian JIRA (v6.1.5#6160)