Gary Gregory wrote: > Good day to you all: > > I have prepared Commons Codec 1.6-RC2. > > The changes from RC1 are what Sebb found: > - EOL in sources > - Cruft from a dirty build, so I built this RC as I should have the first > time around with: > - mvn clean > - mvn deploy -Prelease > > Tag: > > https://svn.apache.org/repos/asf/commons/proper/codec/tags/commons- codec-1.6-RC2 > > Site: > > https://people.apache.org/builds/commons/codec/1.6/RC2/ > > Binaries: > > https://repository.apache.org/content/repositories/orgapachecommons-224/ > > [ ] +1 release it > [ ] +0 go ahead, I cannot take the time > [ ] -1 no, do not release it because: > > This VOTE is open for 72 hours, until November 23 2011, 14:00 EST. > > Fixed Bugs: > o Use standard Maven directory layout. Issue: CODEC-129. Thanks to > ggregory. > o Documentation spelling fixes. Issue: CODEC-128. Thanks to > ville.sky...@iki.fi. > o Fix various character encoding issues in comments and test cases. > Issue: CODEC-127. > o ColognePhonetic Javadoc should use HTML entities for special characters. > Issue: CODEC-123. > > Changes: > o Implement a Beider-Morse phonetic matching codec. Issue: CODEC-125. > Thanks to Matthew Pocock. > o Migrate to Java 5. Issue: CODEC-119. > o Migrate to JUnit 4. Issue: CODEC-120. > > Heads up: the Beider-Morse encoder tests take a long time to run (5 > minutes). The code has been optimized. > > Thank you, > Gary >
The usual IBM Java 5 failure (may we should add this simply to the README): ------------------------------------------------------------------------------- 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 ------------------------------------------------------------------------------- Apart from that anything builds fine with my compiler zoo. +1 Cheers, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org