Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Installer Packages Factory 1.0.0
-
None
Description
Whenever a content-package is lacking some dependencies the installation is deferred in https://github.com/apache/sling/blob/trunk/installer/factories/packages/src/main/java/org/apache/sling/installer/factory/packages/impl/PackageTransformer.java#L234.
If the dependency is now installed via the package manager directly (instead of using the OSGi Installer), the dependent package is not being installed till some other event causes the next OSGi Installer cycle, because the OSGi Installer simply won't detect that "external" installation.
Attachments
Issue Links
- is blocked by
-
JCRVLT-139 Add support for package installation listeners
- Closed