Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Adobe-Consulting-Services/acs-aem-commons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: acs-aem-commons-6.9.4
Choose a base ref
...
head repository: Adobe-Consulting-Services/acs-aem-commons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 55 files changed
  • 9 contributors

Commits on Nov 7, 2024

  1. Copy the full SHA
    8545f27 View commit details

Commits on Nov 20, 2024

  1. Use Apache Commons Collections 4 (#3475)

    * Use Apache Commons Collections 4
    cziegeler authored Nov 20, 2024
    Copy the full SHA
    30716a7 View commit details
  2. Fix Broken Styling when the notification is active (#3473)

    * Remove dependency from notification clientlibs
    
    ---------
    
    Co-authored-by: david g. <davidjgonzalez@users.noreply.github.com>
    VeenaKarnick and davidjgonzalez authored Nov 20, 2024
    Copy the full SHA
    229c323 View commit details
  3. Update CHANGELOG.md

    davidjgonzalez authored Nov 20, 2024
    Copy the full SHA
    73c63c8 View commit details
  4. Copy the full SHA
    ff6aa0a View commit details
  5. Copy the full SHA
    ce0a11c View commit details

Commits on Nov 21, 2024

  1. Clarify Using vs. Building

    Link to appropriate sections from website on how to use ACS AEM Commons
    kwin committed Nov 21, 2024
    Copy the full SHA
    213279b View commit details

Commits on Dec 5, 2024

  1. Fixed Configurations Model for Redirect Manager after change in redir…

    …ect resource as sling:Folder (#3479)
    vabs95 authored Dec 5, 2024
    Copy the full SHA
    06461dd View commit details

Commits on Dec 13, 2024

  1. Copy Sites Publish URL (#3481)

    * Copy Sites Publish URL
    
    ---------
    
    Co-authored-by: Krassimir Boyanov <kboyanov@linkedin.com>
    Co-authored-by: david g <davidjgonzalez@gmail.com>
    3 people authored Dec 13, 2024
    Copy the full SHA
    15f3dd9 View commit details
  2. Copy the full SHA
    0c28c4a View commit details
  3. A servlet to export redirects to a TXT file to use with pipeline-free…

    … redirects (#3484)
    
    * A servlet to export redirects to a TXT file to use with pipeline-free redirects
    YegorKozlov authored Dec 13, 2024
    Copy the full SHA
    8b89efc View commit details
  4. Copy the full SHA
    151c131 View commit details
  5. Copy the full SHA
    7601ca4 View commit details

Commits on Jan 2, 2025

  1. Remove JaCoCo offline instrumentation

    It incorrectly affects manifest calculation which leads to follow-up
    issues with aemanalyser-m-p and is generally not recommended
    (https://www.eclemma.org/jacoco/trunk/doc/instrument-mojo.html)
    
    It was originally introduced for compatibility with PowerMock but that
    is no longer used.
    
    Use a common execution data file for IT/UT as it is written to in append
    mode by default (jacoco/jacoco#1676)
    
    This closes #3494
    kwin committed Jan 2, 2025
    Copy the full SHA
    e9bc657 View commit details
  2. Fix bnd-maven-plugin configuration merging (#3490)

    Previously the configuration from the parent (per execution id) was
    overriding the local config (per plugin). Now the parent configuration
    is no longer per execution id, i.e. both local plugin configurations
    (i.e. on plugin level and on execution id level) take precedence.
    
    Add missing dependency for bundle fragment "bundle-onprem"
    Simplify embedding
    Only run aemanalyser on package with classifier "cloud"
    
    This closes #3471
    kwin authored Jan 2, 2025
    Copy the full SHA
    5f45a0c View commit details

Commits on Jan 15, 2025

  1. Redirect Manager: allow creating redirect configurations in a nested …

    …hierarchy (#3498)
    
    * sharded redirects and other fixes
    YegorKozlov authored Jan 15, 2025
    Copy the full SHA
    61d4982 View commit details

Commits on Jan 16, 2025

  1. Only publish test results once (#3500)

    This aggregates the reports of all matrix builds.
    The build test results can still be distinguished by their unique report
    name
    kwin authored Jan 16, 2025
    Copy the full SHA
    eb8bcae View commit details
  2. Copy the full SHA
    6932178 View commit details
Loading