wcm-io / io.wcm.caconfig.extensions

AEM-specific extensions for Apache Sling Context-Aware Configuration.
Apache License 2.0
1 stars 2 forks source link

Version not found - 1.9.6 and higher + SPI import package problem #3

Open krystian-panek-vmltech opened 3 months ago

krystian-panek-vmltech commented 3 months ago

https://wcm.io/caconfig/extensions/

image

https://mvnrepository.com/artifact/io.wcm/io.wcm.caconfig.extensions

image

I have AEM 6.5.20 and cannot run the bundle properly:

image

Also I cannot find SPI 2.2+ required as dependency...

Is it even runnable on recent AEM?

Problem occurs since 1.9.0 ( https://github.com/wcm-io/io.wcm.caconfig.extensions/compare/1.8.8...1.9.0#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R75 ) ; I just confirmed. The 1.8.8 version is the last one working on SP 20.

stefanseifert commented 3 months ago

the information was contained in the changelog https://wcm.io/caconfig/extensions/changes-report.html but was probably a bit too hidden - i've update the main page as well: https://wcm.io/caconfig/extensions/

in order to run the extensions bundle 1.9.0 or higher you need to deploy recent versions of org.apache.sling.caconfig.api, org.apache.sling.caconfig.spi, org.apache.sling.caconfig.impl - those included in AEM 6.5 (even with latest SP) are quite outdated.