Versions Compared

Key

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

...

  • commons-lang3-3.7
  • freemarker-2.3.25-incubating
  • groovy-all-2.4.35 (please read the details below!)
  • gson-2.2.2
  • guice-4.2.0
  • guice-multibindings-4.2.0
  • jackson-databind-2.9.5
  • jsoup-1.8.3
  • mycila-guice-closeable-4.0
  • mycila-guice-injection-4.0
  • mycila-guice-jsr-4.0
  • snakeyaml-1.21
  • xercesImpl-2.12

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.

(warning) 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
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

...