bosschaert commented on a change in pull request #1:
URL:
https://github.com/apache/sling-org-apache-sling-installer-factory-feature/pull/1#discussion_r481187728
##########
File path:
src/main/java/org/apache/sling/installer/factory/model/impl/FeatureModelInstallerPlugin.java
##########
@@ -102,6 +104,9 @@
private final File storageDirectory;
+ @Reference
+ private volatile List<ExtensionHandler> extensionHandlers;
+
Review comment:
Yes, as per Declarative Services spec. However I forgot that it's not
greedy by default. So I added explicit selectors for this now.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]