Radu Cotescu created SLING-8570:
-----------------------------------
Summary: Extract a generic Content Parser API from
org.apache.sling.jcr.contentparser with pluggable implementations
Key: SLING-8570
URL: https://issues.apache.org/jira/browse/SLING-8570
Project: Sling
Issue Type: New Feature
Reporter: Radu Cotescu
Assignee: Radu Cotescu
Fix For: Content Parser API 1.0.0
The {{org.apache.sling.jcr.contentparser}} bundle provides the API and three
parser implementations supporting JSON, XML and Vault XML structures for
generating Sling resource trees. The goal of this issue is to modularise
{{org.apache.sling.jcr.contentparser}}, by extracting 4 bundles:
# org.apache.sling.contentparser.api - API only, no JCR / Jackrabbit
dependencies
# org.apache.sling.contentparser.json - JSON parser implementation
# org.apache.sling.contentparser.xml - XML parser implementation
# org.apache.sling.contentparser.xml.jcr - JackRabbit FileVault parser
implementation
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)