This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new e580a3e SLING-8570 - Extract a generic Content Parser API from
org.apache.sling.jcr.contentparser with pluggable implementations
e580a3e is described below
commit e580a3e8ba43712417e0e3f5ffe1f8c0173371ee
Author: Radu Cotescu <[email protected]>
AuthorDate: Wed Jul 17 10:00:57 2019 +0200
SLING-8570 - Extract a generic Content Parser API from
org.apache.sling.jcr.contentparser with pluggable implementations
* linked implementation modules
---
contentparser/org-apache-sling-contentparser-api/README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/contentparser/org-apache-sling-contentparser-api/README.md
b/contentparser/org-apache-sling-contentparser-api/README.md
index 38ebb27..4e1e37b 100644
--- a/contentparser/org-apache-sling-contentparser-api/README.md
+++ b/contentparser/org-apache-sling-contentparser-api/README.md
@@ -13,7 +13,8 @@ to select the appropriate file format (see
`ContentParser.JSON_CONTENT_TYPE`, `C
3. as a consequence of 2., the `ParserOptions` are now passed directly to the
`ContentParser#parse` method.
Implementations of the API are made available from separate bundles:
-1. JSON - `org.apache.sling.contentparser.json`
-2. XML - `org.apache.sling.contentparser.xml`
-3. JackRabbit FileVault XML - `org.apache.sling.contentparser.xml-jcr` (the
only module depending on the JCR / JackRabbit APIs)
+1. JSON -
[`org.apache.sling.contentparser.json`](https://github.com/apache/sling-whiteboard/tree/master/contentparser/org-apache-sling-contentparser-json)
+2. XML -
[`org.apache.sling.contentparser.xml`](https://github.com/apache/sling-whiteboard/tree/master/contentparser/org-apache-sling-contentparser-xml)
+3. JackRabbit FileVault XML -
[`org.apache.sling.contentparser.xml-jcr`](https://github.com/apache/sling-whiteboard/tree/master/contentparser/org-apache-sling-contentparser-xml-jcr)
(the only module depending on the JCR /
+JackRabbit APIs)