You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Karl Wettin <ka...@gmail.com> on 2008/04/24 13:07:48 UTC

hadoop and deprecation

When is depricated methods removed from the API? At new every minor?


         karl

Re: hadoop and deprecation

Posted by Doug Cutting <cu...@apache.org>.
Karl Wettin wrote:
> When is depricated methods removed from the API? At new every minor?

http://wiki.apache.org/hadoop/Roadmap

Note the remark: "Prior to 1.0, minor releases follow the rules for 
major releases, except they are still made every few months."

So, since we're still pre-1.0, we try to remove deprecated features in 
the next minor release after they're deprecated.  We don't always manage 
to do this.  Some deprecated features have survived a long time, 
especially when they're widely used internally.

When deprecated code is removed the change is described in the 
"incompatible" section of the release notes.

Doug