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 2019/06/11 12:18:13 UTC

[sling-org-apache-sling-feature-io] 01/01: Merge pull request #13 from apache/issues/SLING-8421-2

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 0c518317734f31401a8293b37faeafff72f9bcf1
Merge: 1c1dc49 54e05c1
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Tue Jun 11 14:18:08 2019 +0200

    Merge pull request #13 from apache/issues/SLING-8421-2
    
    SLING-8421: Allow artifact providers that work with URLs instead of F…

 .../java/org/apache/sling/feature/io/IOUtils.java  |  96 +++++++++++++++++
 .../io/{file => artifacts}/ArtifactHandler.java    |  18 ++--
 .../io/{file => artifacts}/ArtifactManager.java    |  35 ++++---
 .../{file => artifacts}/ArtifactManagerConfig.java |   4 +-
 .../io/{file => artifacts}/package-info.java       |   2 +-
 .../{file => artifacts}/spi/ArtifactProvider.java  |   7 +-
 .../spi/ArtifactProviderContext.java               |   2 +-
 .../io/{file => artifacts}/spi/package-info.java   |   2 +-
 .../org/apache/sling/feature/io/IOUtilsTest.java   | 114 ++++++++++++++++++++-
 .../{file => artifacts}/ArtifactManagerTest.java   |  23 ++---
 10 files changed, 256 insertions(+), 47 deletions(-)