Hi, On Sat, Feb 14, 2009 at 12:48 PM, Jukka Zitting <jukka.zitt...@gmail.com> wrote: > On Sat, Feb 14, 2009 at 12:12 PM, Stephen Colebourne > <scolebou...@btopenworld.com> wrote: >> I reviewed some of HEAD of IO last night. It is currently binary >> incompatible with the 1.x series, yet the package name has not changed. > > What incompatibilities are there? Can we fix them?
Japitools reports the following five issues: <report> org.apache.commons.io: Bad method org.apache.commons.io.FileUtils.copyFileToDirectory(java.io.File, java.io.File): type void in io-1.4, but type java.io.File in io-trunk method org.apache.commons.io.FileUtils.copyFileToDirectory(java.io.File, java.io.File, boolean): type void in io-1.4, but type java.io.File in io-trunk org.apache.commons.io.output: Bad method org.apache.commons.io.output.NullWriter.append(char): throws java.io.IOException in io-1.4, but doesn't throw java.io.IOException in io-trunk method org.apache.commons.io.output.NullWriter.append(java.lang.CharSequence): throws java.io.IOException in io-1.4, but doesn't throw java.io.IOException in io-trunk method org.apache.commons.io.output.NullWriter.append(java.lang.CharSequence, int, int): throws java.io.IOException in io-1.4, but doesn't throw java.io.IOException in io-trunk </report> All look like fairly simple things to fix. BR, Jukka Zitting --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org