joerghoh commented on code in PR #56: URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/56#discussion_r2073925723
########## 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: Good pointer, although I feel that the use of ``org.apache.jackrabbit.vault.validation.context.ArchiveValidationContext`` complicates the situation, as it also requires a ``DependencyResolver``, which I couldn't find out howto create it. -- 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