You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cs...@apache.org on 2021/10/26 07:28:46 UTC

[sling-org-apache-sling-feature-analyser] branch master updated (611c79c -> 402d29f)

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

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


    from 611c79c  SLING-10881 : Log timing for scanner and analyser task
     add 21657dd  SLING-10866 - Support validating content packages using filevault validation API
     add 81c6ea3  SLING-10866 - Fixes
     add 75a3683  SLING-10866 - Fix exception handling
     add 49a2177  SLING-10866 - Logging improvements
     add a58def3  SLING-10866 - Fixes from review
     add 32e745c  SLING-10866 - Fixes from review
     add 8420b1f  SLING-10866 - Remove unused class
     add c230960  SLING-10866 - Add test
     add e7492dc  SLING-10866 - Allow to configure disabled analyzers and report level
     add efd4a3e  SLING-10866 - Fixes from review
     add 6cd1dda  SKYOPS-8104 - Add documentation
     add 69b6843  SKYOPS-8104 - Add documentation
     new 402d29f  Merge pull request #33 from apache/SLING-10866-2

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                                            |   8 +-
 readme.md                                          |   9 ++
 .../analyser/task/impl/CheckContentPackages.java   | 159 ++++++++++++++++++++
 .../ArchiveValidationContextImpl.java              |  72 +++++++++
 .../task/impl/contentpackage/PackageValidator.java | 167 +++++++++++++++++++++
 ...apache.sling.feature.analyser.task.AnalyserTask |   3 +-
 .../task/impl/CheckContentPackagesTest.java        |  90 +++++++++++
 src/test/resources/test-invalid-xml.zip            | Bin 0 -> 6698 bytes
 8 files changed, 506 insertions(+), 2 deletions(-)
 create mode 100644 src/main/java/org/apache/sling/feature/analyser/task/impl/CheckContentPackages.java
 create mode 100644 src/main/java/org/apache/sling/feature/analyser/task/impl/contentpackage/ArchiveValidationContextImpl.java
 create mode 100644 src/main/java/org/apache/sling/feature/analyser/task/impl/contentpackage/PackageValidator.java
 create mode 100644 src/test/java/org/apache/sling/feature/analyser/task/impl/CheckContentPackagesTest.java
 create mode 100644 src/test/resources/test-invalid-xml.zip

[sling-org-apache-sling-feature-analyser] 01/01: Merge pull request #33 from apache/SLING-10866-2

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

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

commit 402d29fee75e0b6c530be54e10df45b9d8b1ddbc
Merge: 611c79c 69b6843
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Tue Oct 26 09:28:42 2021 +0200

    Merge pull request #33 from apache/SLING-10866-2
    
    SLING-10866 - Support validating content packages using filevault val…

 pom.xml                                            |   8 +-
 readme.md                                          |   9 ++
 .../analyser/task/impl/CheckContentPackages.java   | 159 ++++++++++++++++++++
 .../ArchiveValidationContextImpl.java              |  72 +++++++++
 .../task/impl/contentpackage/PackageValidator.java | 167 +++++++++++++++++++++
 ...apache.sling.feature.analyser.task.AnalyserTask |   3 +-
 .../task/impl/CheckContentPackagesTest.java        |  90 +++++++++++
 src/test/resources/test-invalid-xml.zip            | Bin 0 -> 6698 bytes
 8 files changed, 506 insertions(+), 2 deletions(-)