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 2007/08/15 12:05:30 UTC

[jira] Created: (JCR-1061) Allow extendability of RepositoryImpl.WorkspaceInfo

Allow extendability of RepositoryImpl.WorkspaceInfo
---------------------------------------------------

                 Key: JCR-1061
                 URL: https://issues.apache.org/jira/browse/JCR-1061
             Project: Jackrabbit
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.4
            Reporter: Tobias Bocanegra
            Assignee: Tobias Bocanegra
            Priority: Minor
         Attachments: jcr-1061.patch

the workspace info has some package private and some protected methods. in order to be able to extend the workspace info, we need to have all methods protected.

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


[jira] Updated: (JCR-1061) Allow extendability of RepositoryImpl.WorkspaceInfo

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra updated JCR-1061:
----------------------------------

    Attachment: jcr-1061.patch

proposed patch

> Allow extendability of RepositoryImpl.WorkspaceInfo
> ---------------------------------------------------
>
>                 Key: JCR-1061
>                 URL: https://issues.apache.org/jira/browse/JCR-1061
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.4
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>            Priority: Minor
>         Attachments: jcr-1061.patch
>
>
> the workspace info has some package private and some protected methods. in order to be able to extend the workspace info, we need to have all methods protected.

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


[jira] Commented: (JCR-1061) Allow extendability of RepositoryImpl.WorkspaceInfo

Posted by "Stefan Guggisberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519946 ] 

Stefan Guggisberg commented on JCR-1061:
----------------------------------------

+1

cheers
stefan

> Allow extendability of RepositoryImpl.WorkspaceInfo
> ---------------------------------------------------
>
>                 Key: JCR-1061
>                 URL: https://issues.apache.org/jira/browse/JCR-1061
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.4
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>            Priority: Minor
>         Attachments: jcr-1061.1.patch, jcr-1061.patch
>
>
> the workspace info has some package private and some protected methods. in order to be able to extend the workspace info, we need to have all methods protected.

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


[jira] Updated: (JCR-1061) Allow extendability of RepositoryImpl.WorkspaceInfo

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra updated JCR-1061:
----------------------------------

    Attachment: jcr-1061.1.patch

new patch:
- make methods that implement the init/dispose semantics "final"
- make most getter methods protected
- extract 'doInitialize()' and 'doDispose()' that allows extending classes to perform operations within the proper lock scope

> Allow extendability of RepositoryImpl.WorkspaceInfo
> ---------------------------------------------------
>
>                 Key: JCR-1061
>                 URL: https://issues.apache.org/jira/browse/JCR-1061
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.4
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>            Priority: Minor
>         Attachments: jcr-1061.1.patch, jcr-1061.patch
>
>
> the workspace info has some package private and some protected methods. in order to be able to extend the workspace info, we need to have all methods protected.

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


[jira] Resolved: (JCR-1061) Allow extendability of RepositoryImpl.WorkspaceInfo

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra resolved JCR-1061.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

applied 2nd patch

> Allow extendability of RepositoryImpl.WorkspaceInfo
> ---------------------------------------------------
>
>                 Key: JCR-1061
>                 URL: https://issues.apache.org/jira/browse/JCR-1061
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.4
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: jcr-1061.1.patch, jcr-1061.patch
>
>
> the workspace info has some package private and some protected methods. in order to be able to extend the workspace info, we need to have all methods protected.

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