Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
anc-groovy-2.7
anc-groovy-2.7
Groovy 2.5

Magnolia 5.7 updates magnolia-module-groovy to the version 2.7 - which ships the latest stable version of apache groovy 2.5.

...

Earlier versions of groovy have been delivered within one single jar file groovy-all - but this library does not exist anymore and has been split up into several different sub libraries. magnolia-module-groovy-2.7 ships only with the minimal required set of libraries:

  • groovy-2.5.0.jar
  • groovy-xml-2.5.0.jar

Some of your custom groovy scripts may require additional libraries.

Include Page
_groovy 2.5 update for magnolia-groovy 2.7
_groovy 2.5 update for magnolia-groovy 2.7

...

titleClick here to see the Maven dependencies for the groovy libs bundled with Magnolia
Expand
titleClick here to see the Maven dependencies for the groovy libs bundled with Magnolia
Code Pro
languagexml
<dependency>
  <groupId>org.codehaus.groovy</groupId>
  <artifactId>groovy</artifactId>
  <version>2.5.0</version>
</dependency>
<dependency>
  <groupId>org.codehaus.groovy</groupId>
  <artifactId>groovy-xml</artifactId>
  <version>2.5.0</version>
</dependency>

 



How to update

Recommendations

...