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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4b917f8  SLING-12407 : Add analyser to check correct type of service 
ranking
4b917f8 is described below

commit 4b917f804ac9a6dcbc213260052c2f7732f07c0c
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sun Aug 11 11:25:29 2024 +0200

    SLING-12407 : Add analyser to check correct type of service ranking
---
 .../services/org.apache.sling.feature.analyser.task.AnalyserTask         | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/resources/META-INF/services/org.apache.sling.feature.analyser.task.AnalyserTask
 
b/src/main/resources/META-INF/services/org.apache.sling.feature.analyser.task.AnalyserTask
index 86874e4..0fb1614 100644
--- 
a/src/main/resources/META-INF/services/org.apache.sling.feature.analyser.task.AnalyserTask
+++ 
b/src/main/resources/META-INF/services/org.apache.sling.feature.analyser.task.AnalyserTask
@@ -6,6 +6,7 @@ 
org.apache.sling.feature.analyser.task.impl.CheckBundlesForConnect
 org.apache.sling.feature.analyser.task.impl.CheckBundlesForInitialContent
 org.apache.sling.feature.analyser.task.impl.CheckBundlesForResources
 org.apache.sling.feature.analyser.task.impl.CheckCompareFeatures
+org.apache.sling.feature.analyser.task.impl.CheckConfigurations
 org.apache.sling.feature.analyser.task.impl.CheckContentPackageForInstallables
 org.apache.sling.feature.analyser.task.impl.CheckContentPackagesDependencies
 org.apache.sling.feature.analyser.task.impl.CheckContentPackagesForPaths

Reply via email to