You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2018/09/20 13:15:05 UTC

[sling-org-apache-sling-feature-io] branch master updated (ed4840a -> 27f5ae6)

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

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


    from ed4840a  trivial: added license header to *.md files
     add d4f8305  SLING-7829: Change the includes to be include and from a list to a single (optional) field
     new 27f5ae6  Merge pull request #3 from apache/issues/SLING-7829

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:
 .../sling/feature/io/json/FeatureJSONReader.java   | 156 ++++++++++-----------
 .../sling/feature/io/json/FeatureJSONWriter.java   |  98 +++++++------
 .../sling/feature/io/json/JSONConstants.java       |   4 +-
 .../feature/io/json/FeatureJSONWriterTest.java     |  15 ++
 src/test/resources/features/test.json              |   4 +-
 5 files changed, 140 insertions(+), 137 deletions(-)


[sling-org-apache-sling-feature-io] 01/01: Merge pull request #3 from apache/issues/SLING-7829

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 27f5ae6ee29d764594aeb708080094ef73496484
Merge: ed4840a d4f8305
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Thu Sep 20 15:14:59 2018 +0200

    Merge pull request #3 from apache/issues/SLING-7829
    
    SLING-7829: Change the includes to be include and from a list to a si…

 .../sling/feature/io/json/FeatureJSONReader.java   | 156 ++++++++++-----------
 .../sling/feature/io/json/FeatureJSONWriter.java   |  98 +++++++------
 .../sling/feature/io/json/JSONConstants.java       |   4 +-
 .../feature/io/json/FeatureJSONWriterTest.java     |  15 ++
 src/test/resources/features/test.json              |   4 +-
 5 files changed, 140 insertions(+), 137 deletions(-)