Re: Don't use import sun.misc.BASE64Decoder in tests

2014-05-26 Thread Remko Popma
Thank you, Gary. On Tue, May 27, 2014 at 12:25 AM, Gary Gregory wrote: > Fixed in SVN, they were only two call sites. > > Gary > > > On Mon, May 26, 2014 at 9:52 AM, Gary Gregory wrote: > >> Please use Commons Codec instead as a test-only dependency. >> >> Gary >> >> -- >> E-Mail: garydgreg...@g

Re: Don't use import sun.misc.BASE64Decoder in tests

2014-05-26 Thread Gary Gregory
Fixed in SVN, they were only two call sites. Gary On Mon, May 26, 2014 at 9:52 AM, Gary Gregory wrote: > Please use Commons Codec instead as a test-only dependency. > > Gary > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > Java Persistence with Hibernate, Second > Edition

Don't use import sun.misc.BASE64Decoder in tests

2014-05-26 Thread Gary Gregory
Please use Commons Codec instead as a test-only dependency. Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition Spring Batch in Action