[
https://issues.apache.org/jira/browse/HADOOP-12600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15027462#comment-15027462
]
Chris Nauroth commented on HADOOP-12600:
----------------------------------------
Note the comment below. The class has been annotated {{Evolving}} for a long
time now. I expect we simply forgot to graduate to {{Stable}}.
{code}
@InterfaceAudience.Public
@InterfaceStability.Evolving /*Evolving for a release,to be changed to Stable */
public class FileContext {
{code}
> FileContext should be annotated as a Stable interface.
> ------------------------------------------------------
>
> Key: HADOOP-12600
> URL: https://issues.apache.org/jira/browse/HADOOP-12600
> Project: Hadoop Common
> Issue Type: Improvement
> Components: fs
> Reporter: Chris Nauroth
> Priority: Trivial
>
> The {{FileContext}} class currently is annotated as {{Evolving}}. However,
> at this point we really need to treat it as a {{Stable}} interface.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)