You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2014/04/24 00:18:18 UTC

[jira] [Updated] (ACCUMULO-2726) Maintain binary backwards compat for non-deprecated API components for 1.5 -> 1.6

     [ https://issues.apache.org/jira/browse/ACCUMULO-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey updated ACCUMULO-2726:
----------------------------------

          Description: 
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

  was:
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.

For the next major release (i.e. 1.6.0) fix them to not be in the public API and include an apology in the release notes.

We should also include other classes with names that end in Impl and other internal components of the Mock implementation.

    Affects Version/s:     (was: 1.5.0)
                           (was: 1.4.0)
                       1.6.0
        Fix Version/s:     (was: 1.6.0)
                       1.6.1
               Labels:   (was: incompatible)
              Summary: Maintain binary backwards compat for non-deprecated API components for 1.5 -> 1.6  (was: Move implementation details out of public api)

> 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.1
>
>
> 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)