> -----Original Message----- > From: Niall Pemberton [mailto:niall.pember...@gmail.com] > Sent: Monday, October 11, 2010 16:16 > To: Commons Developers List > Subject: Re: [VOTE] Release Commons IO 2.0 based on RC4 > > On Tue, Oct 12, 2010 at 12:11 AM, Gary Gregory > <ggreg...@seagullsoftware.com> wrote: > > Hi All: > > > > I see mismatch here: > > > > * @deprecated Use IOUtils. Will be removed in 2.0. > > * Methods renamed to IOUtils.write() or IOUtils.copy(). > > * Null handling behaviour changed in IOUtils (null data does not > > * throw NullPointerException). > > */ > > @Deprecated > > public class CopyUtils { > > > > Either the class should be removed or the Javadoc updated. > > I'll update the JavaDoc > > > Other deprecated items do not specify when they will be removed. If they > will not be removed, it would be nice for the Javadoc to say so. > > > > IMO, a major release (like this 2.0) is as good a time as any. > > Yes, but for IO we would then end up in the package-rename-game - > which I didn't want for 2.0
Ah, so nothing deprecated gets removed, the deprecated code is just not moved to the new package. I like that (in this case at least.) Gary > > Niall > > > Gary > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org