Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8663411A9F for ; Wed, 23 Apr 2014 15:59:10 +0000 (UTC) Received: (qmail 57062 invoked by uid 500); 23 Apr 2014 15:59:09 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 56987 invoked by uid 500); 23 Apr 2014 15:59:09 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 56977 invoked by uid 99); 23 Apr 2014 15:59:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2014 15:59:09 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.220.169] (HELO mail-vc0-f169.google.com) (209.85.220.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2014 15:59:05 +0000 Received: by mail-vc0-f169.google.com with SMTP id im17so1454145vcb.28 for ; Wed, 23 Apr 2014 08:58:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=1n+0jYvIIH+a9n/UgVnJ7yGNFejviWxw9TSLrSWY5K4=; b=GMAB8whP5sBPhXNJYaZx+LSPfzlZRX+SYWSGM4UYuQy3LfrPJw8GxIe8iQ8/wrPtYB LWvQlAcP1z3/sPHMSbyeG5uyG7jjoXehFDGm5Tc/fZ5NSXVNmoKyHjuAJNWwkapzdohy 8OInuYXj6eKzT60IjBXg7kX2jXRUCSP7G+/pkByRbS0mi4ImItI4X7GyUK3ax8yxR5O9 6t2ywAQ9dh3POp21m8Jaca/Jz68VkTJ306rC8o21CbatzvfPr1gKn5ngk++fVqEa8Vfg IdkwZuw41dt8wxtmBMFsQL/aYVxUisj6LB+taNrfRV3t4UwlLN1Ytgducc0Q7lbHsj+x lKdQ== X-Gm-Message-State: ALoCoQn+Vasi9bRocVUytJWAtWje+y9mRQctYo1NWsUWyqezJgWg7DmGw7MDXZIb05sjok+Vs7BA MIME-Version: 1.0 X-Received: by 10.58.146.5 with SMTP id sy5mr577751veb.43.1398268721492; Wed, 23 Apr 2014 08:58:41 -0700 (PDT) Received: by 10.221.21.199 with HTTP; Wed, 23 Apr 2014 08:58:41 -0700 (PDT) In-Reply-To: References: Date: Wed, 23 Apr 2014 11:58:41 -0400 Message-ID: Subject: Re: compatibility check between 1.5.x and 1.6.0? From: Keith Turner To: Accumulo Dev List Content-Type: multipart/alternative; boundary=047d7b6743a27208c804f7b7cee3 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b6743a27208c804f7b7cee3 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Apr 23, 2014 at 10:47 AM, Sean Busbey wrote: > Okay, I think all of these incompatibilities are things that should not > have been in the public API in the first place. > > * client.admin.SecurityOperationsImpl > * client.admin.TableOperationsImpl > * client.admin.InstanceOparationsImpl > * client.mock.MockShell > * client.mock.MockTabletLocator > > These changes are due to refactorings outside of the public API leaking > into classes within the client that handle implementation. For these > things, I think we should fix them to not be in the public API and just > include an apology in the release notes. > +1 I remember seeing the .*Impl classes and ignoring them because they were Impl, but I shouldn't have because they are not in an impl package. I don't remember seeing anything about mock, I must have glossed over that. > > Any objections before I make a ticket and put up a patch? Do we need a vote > about breaking the API, or is calling out that we're going to do that in > the RC vote sufficient? > > (the other findings appear to be the japi compliance checker not > recognizing a method moving up a class hierarchy) > > > > On Wed, Apr 23, 2014 at 1:27 AM, Sean Busbey wrote: > > > Here's the current reports, built with japi-compliance-checker 1.3.6 > > > > http://people.apache.org/~busbey/compat_reports/accumulo/ > > > > executed with: > > > > for version in 1.5.0 1.5.1 1.5.2; do japi-compliance-checker > > -skip-deprecated -old japi-accumulo-${version}.xml -new > > japi-accumulo-1.6.xml -l accumulo; done > > > > with the config xmls like what's in the repo, but set to look in my maven > > repo and to not skip mock. > > > > I'll triage the 1.5.0 changes tomorrow > > > > > > > > On Tue, Apr 22, 2014 at 9:04 PM, Eric Newton >wrote: > > > >> I believe Keith did a mechanical/manual analysis and brought back a > couple > >> of methods/classes. > >> > >> -Eric > >> > >> > >> On Tue, Apr 22, 2014 at 8:46 PM, Sean Busbey > wrote: > >> > >> > Has anyone done a compatibility check for the public API between 1.5.x > >> and > >> > 1.6.0? > >> > > >> > While looking into ACCUMULO-2722 I noticed some changes that might be > >> > problematic in client.mock and was wondering if anyone did a larger > >> sweep > >> > already. > >> > > >> > -- > >> > Sean > >> > > >> > > > > > > > > -- > > Sean > > > > > > -- > Sean > --047d7b6743a27208c804f7b7cee3--