valtech / aem-easy-content-upgrade

AEM Easy Content Upgrade simplifies content migrations in AEM projects
Other
61 stars 26 forks source link

Support recent Groovy Console #135

Closed pun-ky closed 3 years ago

pun-ky commented 4 years ago

image

ASAP fix would be very appreciated.

gruberrolandvaltech commented 4 years ago

This is blocked by https://github.com/icfnext/aem-groovy-console/issues/107

pun-ky commented 4 years ago

This is rather an incompatibility occurring in AEM versions in range [6.4.5,6.5). So if you will consider AEM version >= 6.5 you should be able to release AECU supporting it. Then when the fix for this exceptional range will be available you could release the AECU again supporting this too.

I am basing on AEM Groovy Console 16.0.0 (recently released): https://mvnrepository.com/artifact/com.icfolson.aem.groovy.console/aem-groovy-console/16.0.0 so @gruberrolandvaltech this new version should unblock you...

gruberrolandvaltech commented 4 years ago

Version 16.0.0 has the same issue. Probably, we will release AECU 3.2 with Groovy Console 14 first. Afterwards, we can switch to 16.0.0 and AEM >= 6.5. There are also some API changes in Groovy Console that need to be adapted in AECU (https://github.com/valtech/aem-easy-content-upgrade/pull/132).

pun-ky commented 4 years ago

About api changes.. That's an impact of my other request. Sorry 😁

gruberrolandvaltech commented 3 years ago

Merged to develop