AEMaaCS SDK and archetype compatibility
krystian-panek-vmltech opened this issue · 3 comments
According to "Cloud-Ready" mentioned here: https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html I see "continual" at the system requirements...
Is it somewhere stated which exact archetype version is compatible with which SDK version? I was expecting that the recent SDK would be consistent with the current archetype but unfortunately seems that not.
I just started playing with the recent AEMaaCS SDK - aem-sdk-2023.1.10912 and generating project from archetype 40 recently released however I spotted that the dispatcher validator complains that immutable dispatcher config files generated from archetype are changed ;/
Archetype needs to be aligned, I suppose?
Greetings, Krystian
There is a mvn shell script located in bin directory of Dispatcher SDK tooling which updates immutable files in your local pointed directory to the one from the SDK and patches your pom.xml to match their checksums.
ok, so from time to time this script need to be launched to keep things synchronised. fair enough. thanks for clarifying this
Resolved with #1045 from Dispatcher SDK tooling version 2.0.166 - to be available in Archetype 41 (next to be released)