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

Commits on Oct 8, 2023

  1. feat: switch to jackrabbit for content packaging

    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`
    amclin committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    2b2e7ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a15ef03 View commit details
    Browse the repository at this point in the history