Netcentric / vault-upgrade-hook

Jackrabbit FileVault Install Hook to perform additional actions during package installation
Eclipse Public License 1.0
19 stars 13 forks source link

Allow synchronous installation of Groovy Console #57

Open kwin opened 4 years ago

kwin commented 4 years ago

As the groovy console is relying on the OSGi installer to deploy the bundle the according service is only available after a certain delay. That makes it impossible to deploy

  1. vault-upgrade-hook
  2. groovy-console
  3. package leveraging groovy upgrade hook

in the same package. Maybe some mechanism like https://sling.apache.org/documentation/bundles/installer-provider-installhook.html could be used to be able to deploy those three things in one go.