Gary Gregory wrote: > Hello All: > > This is a VOTE to release Commons Codec 1.8-RC4. > > Commons Codec 1.8 requires a minimum of Java 1.6 > > Changes from 1.8-RC3 are: > > Add pmd.xml to source distribution to build the site. > > Changes from 1.8-RC2 are: > > Clarify NOTICE.txt > > Changes from 1.8-RC1 are: > > o Set the correct version for the Ant build in default.properties > o Fix URLs in NOTICE.txt file and Java source for ASpell. > > Changes in this version include: > > New features: > o CODEC-168: Add DigestUtils.updateDigest(MessageDigest, InputStream). > Thanks to Daniel Cassidy. > o CODEC-167: Add JUnit to test our decode with pad character in the > middle. > o CODEC-161: Add Match Rating Approach (MRA) phonetic algorithm encoder. > Thanks to crice. > > Fixed Bugs: > o CODEC-163: ColognePhonetic encoder unnecessarily creates many char > arrays on every loop run. Thanks to leo141. > o CODEC-160: Base64.encodeBase64URLSafeString doesn't add padding > characters at the end. > > This VOTE is open for at least 72 hours until April 22 2013 at 1:00 PM > EST.
As usual, the IBM JDK makes probems: ===================== %< ======================== Failed tests: StringUtilsTest.testNewStringUtf16:173 expected:<[�]> but was:<[慢]> ===================== %< ======================== $ java -version java version "1.6.0" Java(TM) SE Runtime Environment (build pxa6460sr9fp2-20110625_01(SR9 FP2)) IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460sr9-20110624_85526 (JIT enabled, AOT enabled) J9VM - 20110624_085526 JIT - r9_20101028_17488ifx17 GC - 20101027_AA) JCL - 20110530_01 ===================== %< ======================== However, we had this strange JDK behavior with UTF16 before. All other JDKs run fine. +1 - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org