amclin / aem-packager

A node plugin that creates AEM packages installable through the Adobe Experience Manager package manager.
MIT License
16 stars 4 forks source link

Feat/jackrabbit #495

Open amclin opened 1 year ago

amclin commented 1 year ago

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 old aem-packager functionality entirely, set the new option packager to jcrvault

Questions: