Skip to content
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

Feat/jackrabbit #495

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Feat/jackrabbit #495

wants to merge 2 commits into from

Conversation

amclin
Copy link
Owner

@amclin amclin commented Oct 8, 2023

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:

Switches out the deprecated JCR Valut 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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Class not found exception when using plugin
1 participant