[ https://issues.apache.org/jira/browse/HADOOP-6668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tom White updated HADOOP-6668: ------------------------------ Attachment: HADOOP-6668.patch New patch with a few more annotations. With this patch and a similar backport to the 0.20 branch, the differences with the 0.20 (generated by HADOOP-6658 and a modified JDiff that doesn't show compatible changes) look like this: http://people.apache.org/~tomwhite/HADOOP-6668/docs/jdiff/changes.html. These are a mixture of compatible changes (that look incompatible to JDiff, e.g. the ones in org.apache.hadoop.io.compress), or elements that were deprecated in 0.20 and have been removed in trunk, e.g. FileSystem#delete(Path). Do we need to restore these deprecated methods in trunk for compatibilities sake in the forthcoming 0.21 release? > Apply audience and stability annotations to classes in common > ------------------------------------------------------------- > > Key: HADOOP-6668 > URL: https://issues.apache.org/jira/browse/HADOOP-6668 > Project: Hadoop Common > Issue Type: Sub-task > Components: documentation > Reporter: Tom White > Assignee: Tom White > Priority: Blocker > Fix For: 0.21.0 > > Attachments: HADOOP-6668.patch, HADOOP-6668.patch > > > Mark private implementation classes with the InterfaceAudience.Private or > InterfaceAudience.LimitedPrivate annotation to exclude them from user Javadoc > and JDiff. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.