orbinson / 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.
https://orbinson.github.io/aem-groovy-console/
Other
16 stars 3 forks source link

Update to latest groovy version #7

Closed royteeuwen closed 1 year ago

royteeuwen commented 1 year ago

We are currently using Groovy 2.4.x, which is very old. It does not support any of the new features of Java 8+ (like streams / var / new switch statements / ...)

We should upgrade to Groovy 4.x, having the latest and the greatest

royteeuwen commented 1 year ago

@gruberrolandvaltech we are checking to upgrade to the latest Groovy version. We will make this release version 19.x because this is a mayor change. You are welcome to review as well, we hope that this will also be included in AECU

gruberrolandvaltech commented 1 year ago

I am in the process of moving to a different company. Please create a ticket on AECU's side once you release version 19. The new maintainer will pick it up then.

royteeuwen commented 1 year ago

Good luck on your new endeavours :)!

royteeuwen commented 1 year ago

Fixed with #38