Skip to content

Releases: Adobe-Consulting-Services/acs-aem-commons

acs-aem-commons-6.7.0

01 Oct 21:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: acs-aem-commons-6.6.4...acs-aem-commons-6.7.0

acs-aem-commons-6.6.4

14 Aug 17:53
Compare
Choose a tag to compare

What's Changed

  • Use dependency-check-maven 10.0.2 due to changes on the NVD API by @kwin in #3378
  • Replace usage of commons collections 3 with commons collections 4 by @cziegeler in #3389
  • Create "redirect" resource as type "sling:Folder" by @kwin in #3399
  • Move SyslogAppender into separate onprem bundle by @cziegeler in #3407
  • Reduce usage of Apache Commons Lang 2 by @cziegeler in #3409
  • Update aemanalyser-m-p to 1.6.4 by @kwin in #3405
  • Redirect Manager: refactor code to not require service user by @YegorKozlov in #3383
  • Remove forced theme from new system notifications by @scotty6435 in #3380
  • Creations or updates of EnsureOakIndex configurations get picked up by @jasper-s in #3402
  • CCVAR: Fixed Same Attribute not updating correctly by @vabs95 in #3275
  • #3357 - Added debugging and null checking to ReferencesModel to preven… by @davidjgonzalez in #3372

New Contributors

Full Changelog: acs-aem-commons-6.6.2...acs-aem-commons-6.6.4

acs-aem-commons-6.6.2

25 Jun 17:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: acs-aem-commons-6.6.0...acs-aem-commons-6.6.2

acs-aem-commons-6.6.0

15 Apr 19:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: acs-aem-commons-6.5.0...acs-aem-commons-6.6.0

acs-aem-commons-6.5.0

22 Mar 14:30
Compare
Choose a tag to compare

What's Changed

  • Re-enable JUnit 4 and JUnit 3 unit tests by @csaboka in #3273
  • Do not fail builds due to missing tests in added/modified lines by @kwin in #3271
  • Reenable baselining by @kwin in #3279
  • Remove JSR305 nullness annotations by @kwin in #3268
  • Fix baselining after conversion from JSR305 to Jetbrain annotations by @kwin in #3282
  • Update Maven Plugins to most recent versions by @kwin in #3269
  • Fix javadoc for RequireAem by @kwin in #3274
  • Generate empty javadoc for cloud bundle fragment by @kwin in #3272
  • Image cropping customisation by @aretakia in #3297
  • #3284 - Allow anonymous to read redirect caconfig options by @YegorKozlov in #3289
  • Allow to configure Component/BundleDisabler via Configuration Factories by @kwin in #3266
  • Updated the annotations in QueryReportConfig fixing the query manager issue due to empty query language by @ankit-gubrani in #3296
  • Cloud manager report partial fix by @MikhailNavitski in #3294
  • Leverage NVD API Key from secret named "NVD_API_KEY" by @kwin in #3292

New Contributors

Full Changelog: acs-aem-commons-6.4.0...acs-aem-commons-6.5.0

acs-aem-commons-6.4.0

22 Feb 22:10
Compare
Choose a tag to compare

6.4.0 - 2024-02-22

Added

  • #3238 - Content Sync make timeouts configurable
  • #3235 - Add an option to ignore selectors in the url.

Fix

  • #3264 - NullPointerException while displaying MCP forms

acs-aem-commons-6.3.8

02 Feb 22:15
Compare
Choose a tag to compare

6.3.8 - 2024-02-02

Fix

#3252 - Check if maxage header value is valid before setting it.

acs-aem-commons-6.3.6

22 Jan 19:48
Compare
Choose a tag to compare

Fix

  • #3246 - PackageGarbageCollector is not cleaning up all packages since v6.3.4 (##3225)

acs-aem-commons-6.3.4

17 Jan 17:52
Compare
Choose a tag to compare
  • #3223 - Project with class extending WCMUsePojo leads to build error: cannot access aQute.bnd.annotation.ConsumerType
  • #3225 - PackageGarbageCollector leaves temp files behind
  • #3187 - Remove warning during build on Java 11 or higher when DialogProviderAnnotationProcessor is invoked
  • #3242 - Actually update lodash to 4.17.21 (was mistakenly updated to 4.17.15 instead of 4.17.21)

Note: #3225 introduced a bug in Package Garbage Collector fixed in v6.3.6

acs-aem-commons-6.3.2

22 Nov 14:33
Compare
Choose a tag to compare

6.3.2 - 2023-11-22

  • #3162 - Renovator MCP: ensure old source path is removed
  • #3205 - HttpClientFactory: Expose a method to customize the underlying HttpClient
  • #3209 - WARN org.apache.sling.models.impl.ModelAdapterFactory - Cannot provide default for java.util.List<java.lang.String>
  • #3197 - Encrypt user credentials in ACS Content Sync
  • #3196 - Content Sync: prevent exception when creating parent nodes
  • #3194 - Redirect Manager: Ignore Case value is not persisting

Thanks @HitmanInWis ;)