You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/07/23 16:43:42 UTC

[sling-org-apache-sling-jcr-contentparser] branch master updated: SLING-8570 - Extract a generic Content Parser API from org.apache.sling.jcr.contentparser with pluggable implementations

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-org-apache-sling-jcr-contentparser.git


The following commit(s) were added to refs/heads/master by this push:
     new b65c8e6  SLING-8570 - Extract a generic Content Parser API from org.apache.sling.jcr.contentparser with pluggable implementations
b65c8e6 is described below

commit b65c8e646f2cfd627b40a9f28815b21b9d2e5955
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Jul 23 18:43:12 2019 +0200

    SLING-8570 - Extract a generic Content Parser API from org.apache.sling.jcr.contentparser with pluggable implementations
    
    * added note to signal future deprecation
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 2b2caa1..abf487d 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,6 @@
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
 Parser for JCR repository content stored in files (e.g. JSON, FileVault XML).
+
+### Note
+This module will soon be deprecated in favour of apache/sling-org-apache-sling-contentparser-api.