You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Alex Parvulescu (JIRA)" <ji...@apache.org> on 2011/07/12 11:51:00 UTC

[jira] [Created] (JCR-3019) RepositoryImpl.activeSessions should use Session instead of SessionImpl

RepositoryImpl.activeSessions should use Session instead of SessionImpl
-----------------------------------------------------------------------

                 Key: JCR-3019
                 URL: https://issues.apache.org/jira/browse/JCR-3019
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-core
            Reporter: Alex Parvulescu
            Assignee: Alex Parvulescu
            Priority: Trivial


Turn Map<SessionImpl, SessionImpl> activeSessions into Map<Session, Session> activeSessions as there is not clear need for the use of SessionImpl.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (JCR-3019) RepositoryImpl.activeSessions should use Session instead of SessionImpl

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

Alex Parvulescu resolved JCR-3019.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.0

> RepositoryImpl.activeSessions should use Session instead of SessionImpl
> -----------------------------------------------------------------------
>
>                 Key: JCR-3019
>                 URL: https://issues.apache.org/jira/browse/JCR-3019
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Alex Parvulescu
>            Assignee: Alex Parvulescu
>            Priority: Trivial
>             Fix For: 2.3.0
>
>
> Turn Map<SessionImpl, SessionImpl> activeSessions into Map<Session, Session> activeSessions as there is not clear need for the use of SessionImpl.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira