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