Hi, Some more API changes attached as patch to CODEC-86 if anyone is interested: CODEC-86 - Rename method to Base64.encodeBase64ToString()
https://issues.apache.org/jira/browse/CODEC-86 If codec devs prefer the older method names, or don't care, please just close CODEC-86. Very unimportant. Or feel free to apply the patch. :-) yours, Julius ps. "mvn test" is a bit noisy on stdout on trunk right now, and mildly concerning since it's printing the word FAILED a few times along with stacktraces, but no tests are actually failing: [......] testCustomCharset=IBM870 testCustomCharset=IBM871 testCustomCharset=IBM918 FAILED charsetSanityCheck=ISO-2022-CN, e=java.lang.UnsupportedOperationException java.lang.UnsupportedOperationException at sun.nio.cs.ext.ISO2022_CN.newEncoder(ISO2022_CN.java:64) at java.lang.StringCoding$StringEncoder.<init>(StringCoding.java:215) at java.lang.StringCoding$StringEncoder.<init>(StringCoding.java:207) at java.lang.StringCoding.encode(StringCoding.java:266) at java.lang.String.getBytes(String.java:947) at org.apache.commons.codec.binary.HexTest.charsetSanityCheck(HexTest.java:52) at org.apache.commons.codec.binary.HexTest.testCustomCharset(HexTest.java:144) at org.apache.commons.codec.binary.HexTest.testCustomCharset(HexTest.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:1 at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) testCustomCharset=ISO-2022-JP testCustomCharset=ISO-2022-JP-2 testCustomCharset=ISO-2022-KR testCustomCharset=ISO-8859-1 testCustomCharset=ISO-8859-13 testCustomCharset=ISO-8859-15 testCustomCharset=ISO-8859-2 testCustomCharset=ISO-8859-3 testCustomCharset=ISO-8859-4 testCustomCharset=ISO-8859-5 testCustomCharset=ISO-8859-6 testCustomCharset=ISO-8859-7 testCustomCharset=ISO-8859-8 testCustomCharset=ISO-8859-9 testCustomCharset=JIS_X0201 FAILED charsetSanityCheck=Interesting Java charset oddity: Roundtrip failed for JIS_X0212-1990 testCustomCharset=KOI8-R testCustomCharset=KOI8-U testCustomCharset=Shift_JIS testCustomCharset=TIS-620 testCustomCharset=US-ASCII [...] On Wed, Aug 5, 2009 at 4:09 PM, Niall Pemberton<niall.pember...@gmail.com> wrote: > Thanks and apologies to everyone - this vote is cancelled because > Codec's API has changed. > > Niall > -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/logging.html --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org