kwin commented on code in PR #56: URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/56#discussion_r2073025374
########## src/main/java/org/apache/sling/feature/analyser/task/impl/contentpackage/ArchiveValidationContextImpl.java: ########## @@ -69,4 +70,19 @@ public Path getPackageRootPath() { public Collection<PackageInfo> getDependenciesPackageInfo() { return Collections.emptyList(); } + + @Override + public Object setAttribute(String name, Object value) { Review Comment: The context attributes are used from https://github.com/apache/jackrabbit-filevault/blob/c475237b2f529429a47ad029791561f7d9a6413c/vault-validation/src/main/java/org/apache/jackrabbit/vault/validation/spi/impl/OverlappingFilterValidatorFactory.java#L57. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org