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 4C69217763 for ; Fri, 30 Jan 2015 15:08:35 +0000 (UTC) Received: (qmail 1229 invoked by uid 500); 30 Jan 2015 15:08:35 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 1089 invoked by uid 500); 30 Jan 2015 15:08:35 -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 827 invoked by uid 99); 30 Jan 2015 15:08:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2015 15:08:35 +0000 Date: Fri, 30 Jan 2015 15:08:35 +0000 (UTC) From: "Sebastian Rodriguez (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CODEC-198) Base64 API doc is wrong about thread safety 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/CODEC-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Rodriguez updated CODEC-198: -------------------------------------- Attachment: CODEC-198.patch patch > Base64 API doc is wrong about thread safety > ------------------------------------------- > > Key: CODEC-198 > URL: https://issues.apache.org/jira/browse/CODEC-198 > Project: Commons Codec > Issue Type: Bug > Affects Versions: 1.10 > Environment: not applicable > Reporter: Sebastian Rodriguez > Fix For: 1.x > > Attachments: CODEC-198.patch > > > Going to Binary64 API doc here: http://commons.apache.org/proper/commons-codec/archives/1.10/apidocs/index.html > it states "This class is thread-safe" > Nonetheless, encode() was made not thread-safe in release 1.7 here: http://commons.apache.org/proper/commons-codec/changes-report.html > "Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder" > Documentation need to be changed to reflect that, as users of the library might use it considering it's thread-safe -- This message was sent by Atlassian JIRA (v6.3.4#6332)