icfnext / aem-groovy-console

The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be created to manipulate content in the JCR, call OSGi services, or execute arbitrary code using the CQ, Sling, or JCR APIs.
Other
159 stars 94 forks source link

console 10.1.1 not working on 6.3 beta #58

Closed santiagozky closed 7 years ago

santiagozky commented 7 years ago

the groovy console bundle wont start in AEM version 6.3 beta. the bundle imports: com.day.cq.mailer,version=[5.9,6) -- Cannot be resolved. Current beta exports the package in version 6.0.0. Would be nice if this can be updated before official release to ensure smooth upgrades.

markdaugherty commented 7 years ago

Thanks Santiago. I'm still working on getting a new development snapshot working for 6.3.

markdaugherty commented 7 years ago

See develop branch for latest snapshot.

santiagozky commented 7 years ago

Thanks @lykorian ! it seems to work fine.