You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2009/07/22 21:43:15 UTC

[jira] Resolved: (JCR-2221) Rename "Version Managers"

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

Tobias Bocanegra resolved JCR-2221.
-----------------------------------

    Resolution: Fixed

Committed revision 796855.


> Rename "Version Managers"
> -------------------------
>
>                 Key: JCR-2221
>                 URL: https://issues.apache.org/jira/browse/JCR-2221
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: versioning
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>             Fix For: 2.0.0
>
>
> currently there is a VersionManager interface and VersionManagerImpl class that operate on the version storage.
> new for JSR283, the is a javax.jcr.version.VersionManager and its implementation JcrVersionManager.
> in order to avoid confusion, i would like to rename the following classes:
> o.a.j.core.version.VersionManager - > o.a.j.core.version.InternalVersionManager
> o.a.j.core.version.VersionManagerImpl -> o.a.j.core.version.InternalVersionManagerImpl
> o.a.j.core.version.AbstractVersionManager -> o.a.j.core.version.AbstractInternalVersionManager
> o.a.j.core.version.XAVersionManager -> o.a.j.core.version.XAInternalVersionManager
> o.a.j.core.version.JcrVersionManagerImpl -> o.a.j.core.version.VersionManagerImpl

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.