[ https://issues.apache.org/jira/browse/JCR-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela updated JCR-1842: ------------------------ Fix Version/s: (was: 1.6.0) 1.5.0 set fix version to 1.5.0 > SPI: RepositoryService.obtain should allow to pass null workspaceName indicating the default workspace > ------------------------------------------------------------------------------------------------------ > > Key: JCR-1842 > URL: https://issues.apache.org/jira/browse/JCR-1842 > Project: Jackrabbit > Issue Type: Improvement > Components: jackrabbit-jcr2spi, jackrabbit-spi, jackrabbit-spi2jcr, sandbox > Reporter: angela > Assignee: angela > Priority: Minor > Fix For: 1.5.0 > > Attachments: JCR-1842.diff, JCR-1842_jcr-server.diff, JCR-1842_sandbox.diff > > > improvement suggested by tobi > the contract of > public SessionInfo obtain(Credentials credentials, String workspaceName) > public SessionInfo obtain(Credentials credentials, String workspaceName) > should be changed to allow for null workspaceName. > * @param workspaceName the name of the workspace the SessionInfo > * should be built for. null indicates that the info should be created for the > * default workspace. > consequently we could either deprecate > RepositoryConfig.getDefaultWorkspaceName() > or allow it to return null as well or remove it altogether. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.