Adobe-Consulting-Services / acs-aem-commons

http://adobe-consulting-services.github.io/acs-aem-commons/
Apache License 2.0
454 stars 602 forks source link

Replace RequestResponseFactory by Sling Request builders #3406

Closed kwin closed 1 month ago

kwin commented 3 months ago

This closes #3404

kwin commented 3 months ago

This fails because AEM 6.5.21 (and uber-jar 6.5.21) exports com.day.cq.wcm.api in version 1.31.0 (from bundle com.day.cq.wcm.cq-wcm-api 5.14.18) while AEM SDK API (in newest version 2024.7.17258.20240726T172406Z-240700) exports that package only in version 1.30.0. (despite the fact that this comes with bundle com.day.cq.wcm.cq-wcm-api 5.15.28)

@cziegeler Any idea when AEMaaCS is updated to a WCM API bundle which satisfies the import-package version ranges for com.day.cq.wcm.api being generated with uber-jar 6.5.21?

cziegeler commented 3 months ago

Thanks for reporting, we will investigate. As a workaround I guess we could explicitly specify a version range for that package that satisfies both?

davidjgonzalez commented 3 months ago

Will this up the required AEM 6.5 version that contains this release? (ie. back breaking change)

kwin commented 3 months ago

Will this up the required AEM 6.5 version that contains this release? (ie. back breaking change)

Yes, requires AEM 6.5.21 (no update for AEM SDK required though)