Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2CA3F113FE for ; Fri, 25 Apr 2014 23:13:21 +0000 (UTC) Received: (qmail 20334 invoked by uid 500); 25 Apr 2014 23:13:17 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 20301 invoked by uid 500); 25 Apr 2014 23:13:17 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 20282 invoked by uid 99); 25 Apr 2014 23:13:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2014 23:13:16 +0000 Date: Fri, 25 Apr 2014 23:13:16 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2726) Maintain binary backwards compat for non-deprecated API components for 1.5 -> 1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13981751#comment-13981751 ] ASF subversion and git services commented on ACCUMULO-2726: ----------------------------------------------------------- Commit 9bdad265990eb57ca7e101c0a3a446856798de55 in accumulo's branch refs/heads/master from [~busbey] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=9bdad26 ] ACCUMULO-2726 missed a deprecation for part of Mock. > Maintain binary backwards compat for non-deprecated API components for 1.5 -> 1.6 > --------------------------------------------------------------------------------- > > Key: ACCUMULO-2726 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2726 > Project: Accumulo > Issue Type: Task > Components: client > Affects Versions: 1.6.0 > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Critical > Fix For: 1.6.0 > > Attachments: ACCUMULO-2726.1.patch.txt, ACCUMULO-2726.2.patch.txt, ACCUMULO-2726.3.patch.txt > > > a JAPI compliane scan comparing 1.5.0 to 1.6.0-SNAPSHOT showed several incompatibilities in classes that probably never should have been in the public API > * 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. > Since we're likely to break compatibility in the release after 1.6.0, try not to do it this time. Make sure to deprecate all these things, just in case there's a 1.7.0 -- This message was sent by Atlassian JIRA (v6.2#6252)