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

Reply via email to