On Fri, Dec 2, 2011 at 4:38 PM, Sam Mizanin <sammyuglykid...@yahoo.com> wrote:
> Yesterday i was going through the new Apache 1.0.5 code base and saw some 
> changes that are done from the previous versions. These are small changes 
> like FtpReply not having isPositive and LocalizedFtpReply constructor being 
> Private. I would like to see a detailed release note for every version, even 
> smaller changes like the ones that i mentioned.

Sorry for the slow reply :/

FtpReply in FtpServer has never had an isPositive() method, you might
be confusing it with FtpReply in commons-net which do have such a
method.

LocalizedFtpReply is an internal class and is clearly documented as
such in its javadoc. This means that we will not ensure it's
compatibility between releases. Nor do we keep close track of or
document them. If you really need to keep track of changes to internal
classes, diffing the source code might be your best option.

/niklas

Reply via email to