On Mon, Apr 22, 2013 at 5:12 PM, John Vines <[email protected]> wrote:
> That's pretty cool, how did you generate it? > Using the scripts linked below. Also look at test/compat/japi-compliance in Accumulo. http://ispras.linuxbase.org/index.php/Java_API_Compliance_Checker https://github.com/lvc/japi-compliance-checker/ I run the script with an option to ignore removal of deprecated methods. This is a feature I asked for on github. > Why did MutationsRejectedException.getAuthorizationFailures ( ) get changed > to protected? That seems a little bad all around > That is bad. I did not notice that. Its fixed. > > Besides that, it looks like all of the critical issues are MapReduce API > related? > > > On Mon, Apr 22, 2013 at 2:34 PM, Keith Turner <[email protected]> wrote: > > > Here is a comparison of the 1.4 and 1.5 APIs > > > > > > > http://people.apache.org/~kturner/1.4.4-SNAPSHOT_to_1.5.0-SNAPSHOT/compat_report.html > > >
