This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git.
from 16834bb SLING-10285 fix classifier matching
new eca04ca SLING-10305 : Allow analyser tasks to report configuration
warnings/errors
new 5f05b59 SLING-10305 : Allow analyser tasks to report configuration
warnings/errors
The 2 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:
.../apache/sling/feature/analyser/Analyser.java | 27 +++++++
.../sling/feature/analyser/AnalyserResult.java | 65 +++++++++++++----
.../sling/feature/analyser/package-info.java | 2 +-
.../feature/analyser/task/AnalyserTaskContext.java | 19 +++++
.../sling/feature/analyser/task/package-info.java | 2 +-
.../sling/feature/analyser/AnalyserTest.java | 84 ++++++++++++++++++++++
.../task/impl/AnalyserTaskContextImpl.java | 11 +++
.../task/impl/CheckApisJarsPropertiesTest.java | 13 ++++
8 files changed, 209 insertions(+), 14 deletions(-)