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:41 UTC

[sling-org-apache-sling-feature-io] branch master updated (f5d5768 -> a9373f7)

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

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


    from f5d5768  [maven-release-plugin] prepare for next development iteration
     add 2a9fb05  SLING-8419 refactor method to serialize OSGi configs as JSON
     add 1ea0c18  refactor API
     add d75f23f  SLING-8935 support primitive arrays and collection types
     new a9373f7  Merge pull request #14 from apache/feature/SLING-8419

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |  39 ++--
 ...ProviderContext.java => CloseShieldWriter.java} |  42 ++---
 .../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, 388 insertions(+), 130 deletions(-)
 copy src/main/java/org/apache/sling/feature/io/{artifacts/spi/ArtifactProviderContext.java => CloseShieldWriter.java} (55%)
 create mode 100644 src/test/java/org/apache/sling/feature/io/json/ConfigurationJSONWriterTest.java


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

Posted by cz...@apache.org.
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(-)