Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1846417437 for ; Sun, 15 Feb 2015 17:35:12 +0000 (UTC) Received: (qmail 21702 invoked by uid 500); 15 Feb 2015 17:35:11 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 21611 invoked by uid 500); 15 Feb 2015 17:35:11 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 21598 invoked by uid 99); 15 Feb 2015 17:35:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2015 17:35:11 +0000 Date: Sun, 15 Feb 2015 17:35:11 +0000 (UTC) From: "Sebb (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COMPRESS-302) Retore immutability to ArchiveStremFactory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sebb created COMPRESS-302: ----------------------------- Summary: Retore immutability to ArchiveStremFactory Key: COMPRESS-302 URL: https://issues.apache.org/jira/browse/COMPRESS-302 Project: Commons Compress Issue Type: Bug Reporter: Sebb COMPRESS-180 added support for encoding. Unfortunately this was done in a way that broke immutability. Also the factory is no longer thread-safe as the encoding field is not synch/volatile. Consider whether to restore immutability, e.g. by adding a constuctor which takes the encoding setting. The setEntryEncoding method could be deprecated intitially and eventually dropped. One way to support immutability now would be to add a second final encoding field which is set by a new ctor. See patch to follow. -- This message was sent by Atlassian JIRA (v6.3.4#6332)