Magnolia 6.1 reached end of life on March 31, 2021. This branch is no longer supported, see End-of-life policy.
The Tools module provides an app and some commands useful for manipulating repository content. The app, known as Repository Tools, can be found under the Tools menu of admincentral.
groupId
and artifactId
) have changed since Magnolia 5.5.If you have custom Java code relying on this module, you need to install a compatibility module too.
Note the changes in groupId
and artifactId
since the 1.9 release.
<dependency> <groupId>info.magnolia.tools</groupId> <artifactId>magnolia-tools</artifactId> <version>1.9.3</version> </dependency>
We have been gradually removing the old Content API from our modules since Magnolia 5.6. If you have custom code relying on classes from the old tools module then you must do one of two things:
magnolia-tools-compatibility
module together with the magnolia-core-compatibility
module.See Repository Tools app.