You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/11/22 22:10:23 UTC

svn commit: r1205171 - /commons/proper/codec/trunk/RELEASE-NOTES.txt

Author: ggregory
Date: Tue Nov 22 21:10:22 2011
New Revision: 1205171

URL: http://svn.apache.org/viewvc?rev=1205171&view=rev
Log:
Add known issue about one failing test on IBM Java 5.

Modified:
    commons/proper/codec/trunk/RELEASE-NOTES.txt

Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/RELEASE-NOTES.txt?rev=1205171&r1=1205170&r2=1205171&view=diff
==============================================================================
--- commons/proper/codec/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/codec/trunk/RELEASE-NOTES.txt Tue Nov 22 21:10:22 2011
@@ -1,5 +1,59 @@
 $Id$
 
+The Commons Codec team is pleased to announce the commons-codec-X.Y release!
+
+The codec package contains simple encoder and decoders for
+various formats such as Base64 and Hexadecimal. In addition to these
+widely used encoders and decoders, the codec package also maintains a
+collection of phonetic encoding utilities.
+
+Changes in this version include:
+
+Fixed Bugs:
+
+Changes:
+
+Known issue only on IBM Java 5:
+
+-------------------------------------------------------------------------------
+Test set: org.apache.commons.codec.binary.Base64InputStreamTest
+-------------------------------------------------------------------------------
+Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.287 sec
+<<< FAILURE!
+testInputStreamReader(org.apache.commons.codec.binary.Base64InputStreamTest)
+Time elapsed: 0.004 sec  <<< ERROR!
+sun.io.MalformedInputException
+       at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:310)
+       at
+sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:316)
+       at
+sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:366)
+       at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:252)
+       at java.io.InputStreamReader.read(InputStreamReader.java:212)
+       at java.io.BufferedReader.fill(BufferedReader.java:157)
+       at java.io.BufferedReader.readLine(BufferedReader.java:320)
+       at java.io.BufferedReader.readLine(BufferedReader.java:383)
+       at
+org.apache.commons.codec.binary.Base64InputStreamTest.testInputStreamReader(Base64InputStreamTest.java:110)
+-------------------------------------------------------------------------------
+$ java -version
+java version "1.5.0"
+Java(TM) 2 Runtime Environment, Standard Edition (build pxa64devifx-20110627
+(SR12 FP5 ))
+IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64
+j9vmxa6423ifx-20110624 (JIT enabled)
+J9VM - 20110623_85457_LHdSMr
+JIT  - 20100623_16197ifx10_r8
+GC   - FP22011_06)
+JCL  - 20110627
+-------------------------------------------------------------------------------
+
+Have fun!
+-Commons Codec team
+
+
+===============================================================================
+
 The Commons Codec team is pleased to announce the commons-codec-1.6 release!
 
 The codec package contains simple encoder and decoders for