Extract AbstractProvider from Jackrabbit ProviderImpl, new Jeceira Provider
---------------------------------------------------------------------------
Key: MAGNOLIA-555
URL: http://jira.magnolia.info/browse/MAGNOLIA-555
Project: magnolia wcm
Type: Improvement
Components: core
Environment: Revision 1476: /magnolia/trunk
Reporter: Andreas Brenk
Assigned to: Boris Kraft
Priority: Trivial
To ease the creation of new Repository Providers I refactored the existing
Jackrabbit ProviderImpl and pulled up an abstract AbstractProvider. As a first
new Provider I created a Jeceira (http://www.jeceira.com/) ProviderImpl (based
on http://wiki.aparzev.com/confluence/display/JCR/Magnolia)
Also, a new jeceira dependency has to be appended to build/test dependencies in
project.xml:
<dependency>
<groupId>jeceira</groupId>
<artifactId>jeceira</artifactId>
<version>0.1.1-maintenance</version>
<type>jar</type>
<url>http://www.jeceira.com/</url>
<properties>
<comment>Needed to compile Jeceira Repository
Provider.</comment>
</properties>
</dependency>
Also I'd like to propose to move the Jackrabbit implementation from
info.magnolia.jackrabbit to info.magnolia.repository.jackrabbit some time in
the future.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------