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 A546EEC9D for ; Fri, 15 Mar 2013 23:50:13 +0000 (UTC) Received: (qmail 25683 invoked by uid 500); 15 Mar 2013 23:50:13 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 25609 invoked by uid 500); 15 Mar 2013 23:50:13 -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 25419 invoked by uid 99); 15 Mar 2013 23:50:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Mar 2013 23:50:13 +0000 Date: Fri, 15 Mar 2013 23:50:13 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-765) Compare 1.4 and 1.5 API 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-765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13603996#comment-13603996 ] Hudson commented on ACCUMULO-765: --------------------------------- Integrated in Accumulo-Trunk #778 (See [https://builds.apache.org/job/Accumulo-Trunk/778/]) ACCUMULO-765 Marked some of the new 1.5 APIs with @since javadoc tags (Revision 1456986) Result = UNSTABLE kturner : Files : * /accumulo/trunk * /accumulo/trunk/assemble * /accumulo/trunk/core * /accumulo/trunk/examples * /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java * /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java * /accumulo/trunk/server * /accumulo/trunk/src * /accumulo/trunk/test/src/main/java/org/apache/accumulo/test/MiniAccumuloCluster.java * /accumulo/trunk/test/src/main/java/org/apache/accumulo/test/MiniAccumuloConfig.java > Compare 1.4 and 1.5 API > ----------------------- > > Key: ACCUMULO-765 > URL: https://issues.apache.org/jira/browse/ACCUMULO-765 > Project: Accumulo > Issue Type: Sub-task > Reporter: Keith Turner > Assignee: Keith Turner > Priority: Blocker > Fix For: 1.5.0 > > > Before we release 1.5 we must run test/compat/diffAPI.pl and analyze 1.4 and 1.5 API changes. > I just ran it and saw alow of diffs. This may be because of removal of deprecated methods. I am going to attempt to improve the script to show whats deprecated in 1.4. Also I may attempt to make it produce a report that would be suitable to include with release notes. > I did notice the following API change that is not due to deprecation. Need to research the other diffs. > {noformat} > diff -u diffWorkDir/jar1/org.apache.accumulo.core.client.ZooKeeperInstance diffWorkDir/jar2/org.apache.accumulo.core.client.ZooKeeperInstance > --- diffWorkDir/jar1/org.apache.accumulo.core.client.ZooKeeperInstance 2012-09-17 09:53:11.156401640 -0400 > +++ diffWorkDir/jar2/org.apache.accumulo.core.client.ZooKeeperInstance 2012-09-17 09:53:22.580387286 -0400 > @@ -18,6 +18,6 @@ > public org.apache.accumulo.core.client.ZooKeeperInstance(java.util.UUID, java.lang.String, int); > public org.apache.accumulo.core.conf.AccumuloConfiguration getConfiguration(); > public static java.lang.String getInstanceIDFromHdfs(org.apache.hadoop.fs.Path); > - public static java.lang.String lookupInstanceName(org.apache.accumulo.core.zookeeper.ZooCache, java.util.UUID); > + public static java.lang.String lookupInstanceName(org.apache.accumulo.fate.zookeeper.ZooCache, java.util.UUID); > public void setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration); > {noformat} -- 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