You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2019/12/20 06:17:42 UTC

[sling-org-apache-sling-feature-io] 01/01: Merge pull request #14 from apache/feature/SLING-8419

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-io.git

commit a9373f7523aaf27283a3bab49b60ee8597abdf3d
Merge: f5d5768 d75f23f
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Dec 20 07:17:31 2019 +0100

    Merge pull request #14 from apache/feature/SLING-8419
    
    SLING-8419 refactor method to serialize OSGi configs as JSON

 pom.xml                                            |  39 ++--
 .../apache/sling/feature/io/CloseShieldWriter.java |  41 +++++
 .../feature/io/json/ConfigurationJSONWriter.java   | 153 ++++++++++++++--
 .../sling/feature/io/json/FeatureJSONWriter.java   |   7 +
 .../sling/feature/io/json/JSONWriterBase.java      |  77 +-------
 .../apache/sling/feature/io/json/package-info.java |   2 +-
 .../org/apache/sling/feature/io/package-info.java  |   2 +-
 .../io/json/ConfigurationJSONWriterTest.java       | 196 +++++++++++++++++++++
 8 files changed, 412 insertions(+), 105 deletions(-)