You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Stefano Bagnara (JIRA)" <se...@james.apache.org> on 2006/05/31 10:30:30 UTC

[jira] Created: (JAMES-515) Remove RemoteManager and cornerstone-store-impl

Remove RemoteManager and cornerstone-store-impl
-----------------------------------------------

         Key: JAMES-515
         URL: http://issues.apache.org/jira/browse/JAMES-515
     Project: James
        Type: Task

  Components: Build System  
    Versions: 2.3.0, 2.4.0    
    Reporter: Stefano Bagnara
    Priority: Minor
     Fix For: 2.3.0, 2.4.0


RemoteManager is not used anymore => Delete it.
cornerstone-store-impl should not be used => Delete it, remove from build process, check it works.

We could probably remove the whole Store api as we don't even use their implementation.

Maybe we could remove the whole "objectrepository" stuff, hardcoding object and stream repository creation/lookup directly in the AvalonMailRepository and UsersFileRepository.

This remove some modularity but this modularity is only in file storage and we want to deprecate cornerstone components, so I think this is a needed step.

Has anyone ever customized James altering the Object and Stream repository factory?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (JAMES-515) Remove RepositoryManager and cornerstone-store-impl

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-515?page=all ]

Stefano Bagnara updated JAMES-515:
----------------------------------

    Attachment: JAMES-515.diff

patch should be applied, and cornerstone-store-impl-2.1.jar removed

> Remove RepositoryManager and cornerstone-store-impl
> ---------------------------------------------------
>
>          Key: JAMES-515
>          URL: http://issues.apache.org/jira/browse/JAMES-515
>      Project: James
>         Type: Task

>   Components: Build System
>     Versions: 2.3.0, 2.4.0
>     Reporter: Stefano Bagnara
>     Assignee: Stefano Bagnara
>     Priority: Minor
>      Fix For: 2.3.0, 2.4.0
>  Attachments: JAMES-515.diff
>
> RepositoryManager is not used anymore => Delete it.
> cornerstone-store-impl should not be used => Delete it, remove from build process, check it works.
> We could probably remove the whole Store api as we don't even use their implementation.
> Maybe we could remove the whole "objectrepository" stuff, hardcoding object and stream repository creation/lookup directly in the AvalonMailRepository and UsersFileRepository.
> This remove some modularity but this modularity is only in file storage and we want to deprecate cornerstone components, so I think this is a needed step.
> Has anyone ever customized James altering the Object and Stream repository factory?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (JAMES-515) Remove RepositoryManager and cornerstone-store-impl

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-515?page=all ]

Stefano Bagnara updated JAMES-515:
----------------------------------

    Fix Version:     (was: 2.3.0)
        Version:     (was: 2.3.0)

Backport to 2.3 has been vetoed by Vincenzo, so we can remove it from the roadmap!

> Remove RepositoryManager and cornerstone-store-impl
> ---------------------------------------------------
>
>          Key: JAMES-515
>          URL: http://issues.apache.org/jira/browse/JAMES-515
>      Project: James
>         Type: Task

>   Components: Build System
>     Versions: 2.4.0
>     Reporter: Stefano Bagnara
>     Assignee: Stefano Bagnara
>     Priority: Minor
>      Fix For: 2.4.0
>  Attachments: JAMES-515.diff
>
> RepositoryManager is not used anymore => Delete it.
> cornerstone-store-impl should not be used => Delete it, remove from build process, check it works.
> We could probably remove the whole Store api as we don't even use their implementation.
> Maybe we could remove the whole "objectrepository" stuff, hardcoding object and stream repository creation/lookup directly in the AvalonMailRepository and UsersFileRepository.
> This remove some modularity but this modularity is only in file storage and we want to deprecate cornerstone components, so I think this is a needed step.
> Has anyone ever customized James altering the Object and Stream repository factory?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Commented: (JAMES-515) Remove RepositoryManager and cornerstone-store-impl

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
    [ http://issues.apache.org/jira/browse/JAMES-515?page=comments#action_12417036 ] 

Norman Maurer commented on JAMES-515:
-------------------------------------

I applied it to trunk. I leave it open to discuss if we should apply it against 2.3 branch too.

> Remove RepositoryManager and cornerstone-store-impl
> ---------------------------------------------------
>
>          Key: JAMES-515
>          URL: http://issues.apache.org/jira/browse/JAMES-515
>      Project: James
>         Type: Task

>   Components: Build System
>     Versions: 2.3.0, 2.4.0
>     Reporter: Stefano Bagnara
>     Assignee: Stefano Bagnara
>     Priority: Minor
>      Fix For: 2.3.0, 2.4.0
>  Attachments: JAMES-515.diff
>
> RepositoryManager is not used anymore => Delete it.
> cornerstone-store-impl should not be used => Delete it, remove from build process, check it works.
> We could probably remove the whole Store api as we don't even use their implementation.
> Maybe we could remove the whole "objectrepository" stuff, hardcoding object and stream repository creation/lookup directly in the AvalonMailRepository and UsersFileRepository.
> This remove some modularity but this modularity is only in file storage and we want to deprecate cornerstone components, so I think this is a needed step.
> Has anyone ever customized James altering the Object and Stream repository factory?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (JAMES-515) Remove RepositoryManager and cornerstone-store-impl

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-515?page=all ]

Stefano Bagnara updated JAMES-515:
----------------------------------

        Summary: Remove RepositoryManager and cornerstone-store-impl  (was: Remove RemoteManager and cornerstone-store-impl)
    Description: 
RepositoryManager is not used anymore => Delete it.
cornerstone-store-impl should not be used => Delete it, remove from build process, check it works.

We could probably remove the whole Store api as we don't even use their implementation.

Maybe we could remove the whole "objectrepository" stuff, hardcoding object and stream repository creation/lookup directly in the AvalonMailRepository and UsersFileRepository.

This remove some modularity but this modularity is only in file storage and we want to deprecate cornerstone components, so I think this is a needed step.

Has anyone ever customized James altering the Object and Stream repository factory?

  was:
RemoteManager is not used anymore => Delete it.
cornerstone-store-impl should not be used => Delete it, remove from build process, check it works.

We could probably remove the whole Store api as we don't even use their implementation.

Maybe we could remove the whole "objectrepository" stuff, hardcoding object and stream repository creation/lookup directly in the AvalonMailRepository and UsersFileRepository.

This remove some modularity but this modularity is only in file storage and we want to deprecate cornerstone components, so I think this is a needed step.

Has anyone ever customized James altering the Object and Stream repository factory?

      Assign To: Stefano Bagnara

> Remove RepositoryManager and cornerstone-store-impl
> ---------------------------------------------------
>
>          Key: JAMES-515
>          URL: http://issues.apache.org/jira/browse/JAMES-515
>      Project: James
>         Type: Task

>   Components: Build System
>     Versions: 2.3.0, 2.4.0
>     Reporter: Stefano Bagnara
>     Assignee: Stefano Bagnara
>     Priority: Minor
>      Fix For: 2.3.0, 2.4.0

>
> RepositoryManager is not used anymore => Delete it.
> cornerstone-store-impl should not be used => Delete it, remove from build process, check it works.
> We could probably remove the whole Store api as we don't even use their implementation.
> Maybe we could remove the whole "objectrepository" stuff, hardcoding object and stream repository creation/lookup directly in the AvalonMailRepository and UsersFileRepository.
> This remove some modularity but this modularity is only in file storage and we want to deprecate cornerstone components, so I think this is a needed step.
> Has anyone ever customized James altering the Object and Stream repository factory?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (JAMES-515) Remove RepositoryManager and cornerstone-store-impl

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-515?page=all ]

Norman Maurer updated JAMES-515:
--------------------------------

    Fix Version: 3.0
                     (was: 2.4.0)

> Remove RepositoryManager and cornerstone-store-impl
> ---------------------------------------------------
>
>          Key: JAMES-515
>          URL: http://issues.apache.org/jira/browse/JAMES-515
>      Project: James
>         Type: Task

>   Components: Build System
>     Versions: 2.4.0
>     Reporter: Stefano Bagnara
>     Assignee: Stefano Bagnara
>     Priority: Minor
>      Fix For: 3.0
>  Attachments: JAMES-515.diff
>
> RepositoryManager is not used anymore => Delete it.
> cornerstone-store-impl should not be used => Delete it, remove from build process, check it works.
> We could probably remove the whole Store api as we don't even use their implementation.
> Maybe we could remove the whole "objectrepository" stuff, hardcoding object and stream repository creation/lookup directly in the AvalonMailRepository and UsersFileRepository.
> This remove some modularity but this modularity is only in file storage and we want to deprecate cornerstone components, so I think this is a needed step.
> Has anyone ever customized James altering the Object and Stream repository factory?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-515) Remove RepositoryManager and cornerstone-store-impl

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-515?page=all ]

Stefano Bagnara resolved JAMES-515.
-----------------------------------

    Resolution: Fixed

> Remove RepositoryManager and cornerstone-store-impl
> ---------------------------------------------------
>
>                 Key: JAMES-515
>                 URL: http://issues.apache.org/jira/browse/JAMES-515
>             Project: James
>          Issue Type: Task
>          Components: Build System
>    Affects Versions: 3.0
>            Reporter: Stefano Bagnara
>         Assigned To: Stefano Bagnara
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: JAMES-515.diff
>
>
> RepositoryManager is not used anymore => Delete it.
> cornerstone-store-impl should not be used => Delete it, remove from build process, check it works.
> We could probably remove the whole Store api as we don't even use their implementation.
> Maybe we could remove the whole "objectrepository" stuff, hardcoding object and stream repository creation/lookup directly in the AvalonMailRepository and UsersFileRepository.
> This remove some modularity but this modularity is only in file storage and we want to deprecate cornerstone components, so I think this is a needed step.
> Has anyone ever customized James altering the Object and Stream repository factory?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org