Hi Gary,
with IBM JDK 6 and 7 I have a failing test:
==================== %< =====================
Tests run: 17, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
<<< FAILURE! - in org.apache.commons.codec.binary.StringUtilsTest
testNewStringUtf16(org.apache.commons.codec.binary.StringUtilsTest) Time
elapsed: 0.006 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<慢[�]> but was:<慢[]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.apache.commons.codec.binary.StringUtilsTest.testNewStringUtf16(StringUtilsTest.java:172)
==================== %< =====================
However, it seems to be the same problem as described in IO-253
All other JDKs pass.
+1
Cheers,
Jörg
Gary Gregory wrote:
> Hello All:
>
> This is a VOTE to release Commons Codec 1.10-RC2
>
> Changes since RC1:
> - Add CODEC-121 to the RELEASE-NOTES.txt file.
>
> Feature and fix release. Requires a minimum of Java 1.6.
>
> Changes in this version include:
>
> New features:
>
> o Add Daitch-Mokotoff Soundex
> Issue: CODEC-192. Thanks to Thomas Neidhart.
> o QuotedPrintableCodec does not support soft line break per the
> 'quoted-printable' example on Wikipedia
> Issue: CODEC-121. Thanks to Thomas Neidhart, Java John.
> o Make possible to provide padding byte to BaseNCodec in constructor
> Issue: CODEC-181. Thanks to Ivan Martinez-Ortiz.
>
> Fixed Bugs:
>
> o Added clarification to Javadoc of Base64 concerning the use of the
> urlSafe parameter
> Issue: CODEC-185. Thanks to Sean Busbey.
> o Added clarification to the Javadoc of Base[32|64]OutputStream that it is
> mandatory to call close()
> Issue: CODEC-191. Thanks to Igor Savin.
> o Add support for HMAC Message Authentication Code (MAC) digests
> Issue: CODEC-188. Thanks to Hendrik Saly.
> o Beider Morse Phonetic Matching producing incorrect tokens
> Issue: CODEC-187. Thanks to Michael Tobias, Thomas Neidhart.
> o NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when
> using empty strings
> Issue: CODEC-184. Thanks to Cyrille Artho.
> o Fix Javadoc 1.8.0 errors
> Issue: CODEC-180. Thanks to Ville Skyttä.
> o Fix Java 8 build Javadoc errors
> Issue: CODEC-189.
>
> Changes:
>
> o Deprecate Charsets Charset constants in favor of Java 7's
> java.nio.charset.StandardCharsets
> Issue: CODEC-178.
> o Update from commons-parent 34 to 35
> Issue: CODEC-190.
>
>
> This VOTE is open for at least 72 hours until November 9 2013 at 10:00 AM
> EST.
>
> The files:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1060/
>
> The tag:
>
> https://svn.apache.org/repos/asf/commons/proper/codec/tags/1.10-RC2
>
> The site:
>
> https://people.apache.org/~ggregory/commons-codec/site/
>
> Links to versions of sites and Javadocs will be live when deployed.
>
> Thank you,
> Gary Gregory
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]