You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "J.W. Janssen (JIRA)" <ji...@apache.org> on 2012/07/18 12:23:34 UTC

[jira] [Created] (FELIX-3600) New UserAdmin implementation

J.W. Janssen created FELIX-3600:
-----------------------------------

             Summary: New UserAdmin implementation
                 Key: FELIX-3600
                 URL: https://issues.apache.org/jira/browse/FELIX-3600
             Project: Felix
          Issue Type: New Feature
          Components: User Admin
            Reporter: J.W. Janssen
            Priority: Minor
         Attachments: useradmin-1.0.0-src.tgz

I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 

This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 

In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.

I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated FELIX-3600:
--------------------------------

    Attachment: useradmin-filestore-1.0.0-src.tgz
                useradmin-mongodb-1.0.0-src.tgz
                useradmin-1.0.2-src.tgz
                sha1.txt

Uploaded latest revision of the implementation.

- split off the (default) file-based store from the main bundle to its own bundle;
- added a mongo-db store implementation;
- some bug fixes found during some field tests.

                
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1-new.txt, sha1.txt, useradmin-1.0.0-src-new.tgz, useradmin-1.0.2-src.tgz, useradmin-filestore-1.0.0-src.tgz, useradmin-mongodb-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated FELIX-3600:
--------------------------------

    Attachment: useradmin-mongodb-1.0.0-src.tgz
                useradmin-filestore-1.0.0-src.tgz
                useradmin-1.0.2-src.tgz
                sha1.txt

I believe a small bug crept into the filestore implementation. Due to this, uploaded all contributions again + new SHA hashes.
                
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1.txt, useradmin-1.0.2-src.tgz, useradmin-filestore-1.0.0-src.tgz, useradmin-mongodb-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated FELIX-3600:
--------------------------------

    Attachment:     (was: useradmin-filestore-1.0.0-src.tgz)
    
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1.txt, useradmin-1.0.2-src.tgz, useradmin-filestore-1.0.0-src.tgz, useradmin-mongodb-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen resolved FELIX-3600.
---------------------------------

    Resolution: Fixed

Committed original contribution in rev.1391437; updated versions to snapshots in rev.1391458.
                
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Assignee: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1.txt, useradmin-1.0.2-src.tgz, useradmin-filestore-1.0.0-src.tgz, useradmin-mongodb-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

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

[jira] [Updated] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated FELIX-3600:
--------------------------------

    Attachment:     (was: sha1.txt)
    
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1.txt, useradmin-1.0.2-src.tgz, useradmin-filestore-1.0.0-src.tgz, useradmin-mongodb-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-3600) New UserAdmin implementation

Posted by "Marcel Offermans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431618#comment-13431618 ] 

Marcel Offermans commented on FELIX-3600:
-----------------------------------------

You're probably right, Richard, so just to be on the safe side I started a new vote on this updated version of the contribution and will continue the IP clearance when that vote closes.
                
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Assignee: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1.txt, useradmin-1.0.2-src.tgz, useradmin-filestore-1.0.0-src.tgz, useradmin-mongodb-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated FELIX-3600:
--------------------------------

    Attachment:     (was: sha1-new.txt)
    
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1.txt, useradmin-1.0.2-src.tgz, useradmin-filestore-1.0.0-src.tgz, useradmin-mongodb-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated FELIX-3600:
--------------------------------

    Attachment: sha1-new.txt
                useradmin-1.0.0-src-new.tgz

Uploaded new version of the UA implementation.

Updated sources to include proper ASF headers (for those files that missed them). Also cleaned the bundle manifest a bit.

                
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1-new.txt, useradmin-1.0.0-src-new.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-3600) New UserAdmin implementation

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431113#comment-13431113 ] 

Richard S. Hall commented on FELIX-3600:
----------------------------------------

Hmm. Not sure about this, but we voted on the previous archive and SHA1, so it is not clear to me whether we need to revote or not.
                
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Assignee: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1.txt, useradmin-1.0.2-src.tgz, useradmin-filestore-1.0.0-src.tgz, useradmin-mongodb-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated FELIX-3600:
--------------------------------

    Attachment: sha1.txt

Added SHA-1 hash of useradmin-1.0.0-src.tgz.

                
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1.txt, useradmin-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated FELIX-3600:
--------------------------------

    Attachment:     (was: useradmin-1.0.2-src.tgz)
    
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1.txt, useradmin-1.0.2-src.tgz, useradmin-filestore-1.0.0-src.tgz, useradmin-mongodb-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated FELIX-3600:
--------------------------------

    Attachment:     (was: useradmin-1.0.0-src.tgz)
    
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1-new.txt, useradmin-1.0.0-src-new.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated FELIX-3600:
--------------------------------

    Attachment:     (was: useradmin-mongodb-1.0.0-src.tgz)
    
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1.txt, useradmin-1.0.2-src.tgz, useradmin-filestore-1.0.0-src.tgz, useradmin-mongodb-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated FELIX-3600:
--------------------------------

    Attachment:     (was: useradmin-1.0.0-src-new.tgz)
    
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1.txt, useradmin-1.0.2-src.tgz, useradmin-filestore-1.0.0-src.tgz, useradmin-mongodb-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Comment Edited] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13416977#comment-13416977 ] 

J.W. Janssen edited comment on FELIX-3600 at 7/18/12 10:23 AM:
---------------------------------------------------------------

Added the initial sources of the UserAdmin implementation.

                
      was (Author: jajans):
    Initial sources of the UserAdmin implementation.

                  
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: useradmin-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated FELIX-3600:
--------------------------------

    Attachment: useradmin-1.0.0-src.tgz

Initial sources of the UserAdmin implementation.

                
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: useradmin-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated FELIX-3600:
--------------------------------

    Attachment:     (was: sha1.txt)
    
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1-new.txt, useradmin-1.0.0-src-new.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (FELIX-3600) New UserAdmin implementation

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen reassigned FELIX-3600:
-----------------------------------

    Assignee: J.W. Janssen
    
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Assignee: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: sha1.txt, useradmin-1.0.2-src.tgz, useradmin-filestore-1.0.0-src.tgz, useradmin-mongodb-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-3600) New UserAdmin implementation

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13417141#comment-13417141 ] 

Richard S. Hall commented on FELIX-3600:
----------------------------------------

Sounds nice. Could you include the MD5 hash or something similar for the archive you uploaded. Thanks!
                
> New UserAdmin implementation
> ----------------------------
>
>                 Key: FELIX-3600
>                 URL: https://issues.apache.org/jira/browse/FELIX-3600
>             Project: Felix
>          Issue Type: New Feature
>          Components: User Admin
>            Reporter: J.W. Janssen
>            Priority: Minor
>              Labels: patch
>         Attachments: useradmin-1.0.0-src.tgz
>
>
> I've written a new implementation of the UserAdmin specification that I want to donate to the Felix project. 
> This implementation is backed by an extensive test suite (200+ tests) to keep an eye on regression in the various parts of the implementation. Of course, it is compliant to the UserAdmin specification. 
> In addition, it offers the possibility to use another backend repository for the storage of roles. By default, it uses an file-based repository, making it a fully self-contained service.
> I am willing to maintain this implementation in the future if accepted in the main source tree of Felix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira