kwin commented on code in PR #56: URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/56#discussion_r2073019108
########## 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: You can instead leverage the newly exposed class `org.apache.jackrabbit.vault.validation.context.ArchiveValidationContext` instead of implementing this interface on your own. Compare with <https://issues.apache.org/jira/browse/JCRVLT-567>. -- 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