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

rombert 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 cd64507  feat: SLING-13238 Register a validator to detect conflicting 
RepoInit statements (#58)
cd64507 is described below

commit cd6450786d15e71d4717d8db1aeef0c9ccf13224
Author: michalwedzik <[email protected]>
AuthorDate: Wed Jun 10 14:02:52 2026 +0200

    feat: SLING-13238 Register a validator to detect conflicting RepoInit 
statements (#58)
    
    Co-authored-by: sii12877 <[email protected]>
---
 .../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 0fb1614..b8aaaf2 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
@@ -17,3 +17,4 @@ 
org.apache.sling.feature.analyser.task.impl.CheckRequirementsCapabilities
 org.apache.sling.feature.analyser.task.impl.CheckUnusedBundles
 org.apache.sling.feature.analyser.task.impl.CheckFeatureId
 org.apache.sling.feature.analyser.task.impl.CheckServiceUserMapping
+org.apache.sling.feature.analyser.task.impl.CheckRepoInitConflicts

Reply via email to