Closed kwin closed 1 month 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
?
Thanks for reporting, we will investigate. As a workaround I guess we could explicitly specify a version range for that package that satisfies both?
Will this up the required AEM 6.5 version that contains this release? (ie. back breaking change)
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)
This closes #3404