You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by je...@apache.org on 2018/06/03 23:42:32 UTC

[sling-org-apache-sling-api] branch master updated (e00cd59 -> e4d1673)

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

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


    from e00cd59  Fix typo
     add 166c6f6  SLING-7699 add ResourceStream and unit tests
     add 2ce83ae  SLING-7699 Adding code to embed into Resource object
     add f00ec82  SLING-7699 increased version
     add 4189408  SLING-7699 updated test cases
     add 1712e5a  SLING-7699 updated bundle to 3.0.0 to reflect the upgrade to jre8
     new e4d1673  Merge pull request #4 from JEBailey/master

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                                            | 10 +++-
 .../org/apache/sling/api/resource/Resource.java    | 61 +++++++++++++++++++++-
 .../apache/sling/api/resource/package-info.java    |  2 +-
 .../apache/sling/api/resource/ResourceTest.java    | 59 +++++++++++++++++++++
 src/test/resources/data.json                       | 30 +++++++++++
 5 files changed, 158 insertions(+), 4 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/api/resource/ResourceTest.java
 create mode 100644 src/test/resources/data.json

-- 
To stop receiving notification emails like this one, please contact
jeb@apache.org.

[sling-org-apache-sling-api] 01/01: Merge pull request #4 from JEBailey/master

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

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

commit e4d167351b94fe145835aa93da16e9d09c5faa77
Merge: e00cd59 1712e5a
Author: Jason E Bailey <je...@apache.org>
AuthorDate: Sun Jun 3 19:42:29 2018 -0400

    Merge pull request #4 from JEBailey/master
    
    SLING-7699 add stream ability to Resource and associated unit tests

 pom.xml                                            | 10 +++-
 .../org/apache/sling/api/resource/Resource.java    | 61 +++++++++++++++++++++-
 .../apache/sling/api/resource/package-info.java    |  2 +-
 .../apache/sling/api/resource/ResourceTest.java    | 59 +++++++++++++++++++++
 src/test/resources/data.json                       | 30 +++++++++++
 5 files changed, 158 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jeb@apache.org.