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 package plugin #489

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

Commits on Sep 22, 2023

  1. feat: jackrabbit package plugin

    - Content Package Plugin version is too old
    - Replacing its usage with Jackrabbit Package Plugin
    - Disabled validation to ensure maven build doesnt throw errors
    
    Fixes amclin#488
    Mahidhar Chaluvadi committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f9f1f14 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    f1565dc View commit details
    Browse the repository at this point in the history
  2. feat: jackrabbit package plugin

    - Content Package Plugin version is bumped and not removed completely
    - Jackrabbit Package Plugin:
       - Updated validator settings
       - Enabled validation, just excluded filter path validation
    Mahidhar Chaluvadi committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    61ed2da View commit details
    Browse the repository at this point in the history

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
  3. Merge branch 'feat/jackrabbit' of https://github.com/amclin/aem-packager

     into feat-filevault-pkg-plugin
    
    # Conflicts:
    #	src/templates/pom.xml
    Mahidhar Chaluvadi committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    0b5695c View commit details
    Browse the repository at this point in the history
  4. fix: options mapped properly

    Mahidhar Chaluvadi committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    ac170b8 View commit details
    Browse the repository at this point in the history
  5. fix: updated docs instead of var def

    Mahidhar Chaluvadi committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    a1a39e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    aeb0ade View commit details
    Browse the repository at this point in the history