[ http://jira.magnolia.info/browse/MAGNOLIA-555?page=all ]
Fabrizio Giustina updated MAGNOLIA-555:
---------------------------------------
Fix Version/s: 3.0 Final
(was: 3.0 RC3)
> Extract AbstractProvider from Jackrabbit ProviderImpl, new Jeceira Provider
> ---------------------------------------------------------------------------
>
> Key: MAGNOLIA-555
> URL: http://jira.magnolia.info/browse/MAGNOLIA-555
> Project: magnolia
> Issue Type: Improvement
> Components: core
> Affects Versions: 2.1 Final
> Environment: Revision 1476: /magnolia/trunk
> Reporter: Andreas Brenk
> Assigned To: Sameer Charles
> Priority: Trivial
> Fix For: 3.0 Final
>
> Attachments: AbstractProvider.java, jackrabbit-ProviderImpl.patch,
> ProviderImpl.java
>
>
> 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
----------------------------------------------------------------