[ https://issues.apache.org/jira/browse/SLING-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Justin Edelson resolved SLING-1875. ----------------------------------- Resolution: Fixed Fix Version/s: JCR Base 2.1.2 Assignee: Justin Edelson done in r1035639 > AbstractSlingRepository uses JackrabbitWorkspace.createWorkspace() when it > doesn't need to > ------------------------------------------------------------------------------------------ > > Key: SLING-1875 > URL: https://issues.apache.org/jira/browse/SLING-1875 > Project: Sling > Issue Type: Improvement > Components: JCR > Reporter: Justin Edelson > Assignee: Justin Edelson > Fix For: JCR Base 2.1.2 > > > AbstractSlingRepository uses the createWorkspace() method from > JackrabbitWorkspace to create workspace if necessary, but since JCR 2, we can > use the createWorkspace() method on the Workspace interface rather than > casting to JackrabbitWorkspace. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.