[ https://issues.apache.org/jira/browse/HADOOP-7035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988310#action_12988310 ]
Tom White commented on HADOOP-7035: ----------------------------------- > I noticed it classifies a few changes as "incompatible" which I'd have > thought are compatible It sometimes produces false positives (changes that are marked as incompatible, but in fact aren't), which is what these particular changes are. We might be able to improve the code to handle these cases. > Would it be possible to also distinguish between "source-compatible" and > "binary-compatible" somehow? This tool is for detecting source incompatible changes. For testing binary-compatibility we need another tool, like [Clirr|http://clirr.sourceforge.net/] (although I'm not sure how up to date this one is). > Document incompatible API changes between releases > -------------------------------------------------- > > Key: HADOOP-7035 > URL: https://issues.apache.org/jira/browse/HADOOP-7035 > Project: Hadoop Common > Issue Type: Improvement > Components: documentation > Reporter: Tom White > Attachments: jdiff-with-previous-release.sh, > jdiff-with-previous-release.sh > > > We can use JDiff to generate a list of incompatible changes for each release. > See > https://issues.apache.org/jira/browse/HADOOP-6668?focusedCommentId=12860017&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12860017 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.