You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2018/09/27 11:37:33 UTC

[sling-org-apache-sling-feature-io] branch streaming-json updated (a230049 -> e58e50a)

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

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


    from a230049  SLING-7941 - Use streaming APIs to marshall the Feature to JSON
     add efc7703  Fix check type to not fail if class is null and more than a null value is present.
     add 02bc56a  Update repoinit reading test to reflect repoinit TEXT support.
     add a416efd  SLING-7216 - [nice-to-have] Add a CODE_OF_CONDUCT file to every module
     add ef1ae05  SLING-7215 - [nice-to-have] Add a CONTRIBUTING file to every module
     add 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
     add 27f5ae6  Merge pull request #3 from apache/issues/SLING-7829
     add 8f9f599  The runmodes bundle attribute needs to be written out as 'run-modes'
     add 719abde  SLING-7941 - Use streaming APIs to marshall the Feature to JSON
     add e58e50a  SLING-7941 - Use streaming APIs to marshall the Feature to JSON

No new revisions were added by this update.

Summary of changes:
 CODE_OF_CONDUCT.md                                 |  22 +++
 CONTRIBUTING.md                                    |  24 ++++
 .../sling/feature/io/json/FeatureJSONReader.java   | 156 ++++++++++-----------
 .../sling/feature/io/json/FeatureJSONWriter.java   |  62 ++++----
 .../sling/feature/io/json/JSONConstants.java       |   4 +-
 .../sling/feature/io/json/JSONReaderBase.java      |  11 +-
 .../sling/feature/io/json/JSONWriterBase.java      |   5 +
 .../feature/io/json/FeatureJSONReaderTest.java     |  24 +---
 .../feature/io/json/FeatureJSONWriterTest.java     |  15 ++
 src/test/resources/features/repoinit2.json         |   2 +-
 src/test/resources/features/test.json              |   4 +-
 11 files changed, 184 insertions(+), 145 deletions(-)
 create mode 100644 CODE_OF_CONDUCT.md
 create mode 100644 CONTRIBUTING.md