[ 
https://issues.apache.org/jira/browse/HBASE-9153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13732255#comment-13732255
 ] 

Jonathan Hsieh commented on HBASE-9153:
---------------------------------------

I believe Accumulo enforce api compat using a tool that examines .class files. 
(either a decompiler or javap).  We also have some in progress tools we've been 
using internally for CDH (blog post coming).

I think we could do also augment it with logic taking advantage of our 
Public/Private Evolving/Stable API annotations.
                
> Create a deprecation policy enforcement check
> ---------------------------------------------
>
>                 Key: HBASE-9153
>                 URL: https://issues.apache.org/jira/browse/HBASE-9153
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jonathan Hsieh
>
> We've had a few issues now where we've removed API's without deprecating or 
> deprecating in the late release.  (HBASE-9142, HBASE-9093)  We should just 
> have a tool that enforces our api deprecation policy as a release time check 
> or as a precommit check.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to