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 33F71100CA for ; Tue, 25 Feb 2014 16:22:33 +0000 (UTC) Received: (qmail 96804 invoked by uid 500); 25 Feb 2014 16:22:32 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 96679 invoked by uid 500); 25 Feb 2014 16:22:23 -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 96570 invoked by uid 500); 25 Feb 2014 16:22:19 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 96558 invoked by uid 99); 25 Feb 2014 16:22:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 16:22:19 +0000 Date: Tue, 25 Feb 2014 16:22:19 +0000 (UTC) From: "John Leacox (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 John Leacox created CRUNCH-356: ---------------------------------- Summary: 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 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)