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

Add UpgradeHandler to replace a user's preference node #21

Closed kwin closed 7 years ago

kwin commented 7 years ago

With AEM the user's preferences node is used to store whether to show the onboarding overlay windows within the UI. For the admin user it is often useful to disable those messages initially. There should be an UpgradeHandler which allows to overwrite the preferences for an existing user id.

Regular packages cannot be used to achieve that, because with Oak the user's path is no longer predictable.