Switches out the deprecated JCR Vault plugin
for content packages with the newer Jackrabbit.
Should speed up package installations, and reduce
the amount network or security errors around using
an old unmaintained plugin.
BREAKING CHANGE: no longer contains the necessary
maven plugins for CRX deployment functionalitty. To add legacy CRX support on top of Jackrabbit, set the new option legacyCRXSupport to true. To restore the old aem-packager functionality entirely, set the new
option packager to jcrvault
Questions:
Does this add new dependencies (node, maven, ant, etc) that must be installed?
No
Does this change the commands required to run this project?
Yes
Are any environmental dependencies or operational support steps (sql commands, config changes, etc) required?
Fixes #488 Closes #489
Proposed Changes
Switches out the deprecated JCR Vault plugin for content packages with the newer Jackrabbit.
Should speed up package installations, and reduce the amount network or security errors around using an old unmaintained plugin.
BREAKING CHANGE: no longer contains the necessary maven plugins for CRX deployment functionalitty. To add legacy CRX support on top of Jackrabbit, set the new option
legacyCRXSupport
to true. To restore the oldaem-packager
functionality entirely, set the new optionpackager
tojcrvault
Questions:
488
489