-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to allow mutable install hooks for local AEM SDK development #31
Comments
is resolved by #30 |
@royteeuwen Thanks for the PR. Do you know if install hooks in mutable packages work meanwhile in Cloud Manager as well? Adobe recently updated FileVault to a newer version so potentially they have fixed this... |
I just checked the OSGi configuration of an AEM Cloud instance version But as the configuration PID
with the following option
|
@kwin ok, good to know! Nowadays we just use the startuphooks for cloud, dont know if it covers all cases though. what do you recommend for this PR? I can update the readme with the osgi conf you show, or we can create support cases to request the osgi conf ;)? |
I will take care of both :-) and go ahead with your PR as is first. |
When developing with the AEM SDK, a common approach is to use InstallHook's to trigger actions when a mutable content package is installed. This is for example done by the Netcentric accesscontroltool. To make it possible to leverage this capability, there should be an option to disable the error for install hooks in mutable content for local development
The text was updated successfully, but these errors were encountered: