You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Henry Saginor (JIRA)" <ji...@apache.org> on 2019/05/21 20:17:00 UTC

[jira] [Created] (SLING-8430) Use java.util.zip.ZipFile in Feature Model Analyser

Henry Saginor created SLING-8430:
------------------------------------

             Summary: Use java.util.zip.ZipFile in Feature Model Analyser
                 Key: SLING-8430
                 URL: https://issues.apache.org/jira/browse/SLING-8430
             Project: Sling
          Issue Type: Improvement
          Components: Feature Model
            Reporter: Henry Saginor


The ContentPackageScanner and FelixFrameworkScanner could use java.util.zip.ZipFile API. In my estimation this should improve performance over the current use of ZipInputStream.

Here is a pull request with suggested changes including a unit test for ContentPackageScanner:
https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/14



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)