Versions Compared

Key

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

...

The 5.6 branch brings also the new Publishing module(s) (see  magnolia-publishing-pack on nexus), which is intended to replace the Activation module ( /modules/activation ) and the Transactional Activation module ( /modules/exchange-transactional ). Apart from giving a more logical order ordering to the publishing functions in Magnolia the module , the new module pack also:

  • Adds a possibility to clean the mgnlSystem workspace on the public instances.
  • Sets all workspaces as publishable by default.

If (warning) If you wish you may still continue using the original Activation modules in the 5.6 branch, but opting for the new publishing module pack means that you have to:

  • Remove both old activation modules from your Magnolia installation.
  • Add all jars modules from the magnolia-publishing-pack to the installation (manually , either manually as pre-built jars or as dependencies).
  • Check that after the upgrade the subscribers were correctly migrated from /server/activation/subscribers to  to /modules/publishing-core/config/receivers .
  • Rewrite your custom activation commands to be compatible with the modules of the new publishing pack.

Please note that the publishing and activation modules cannot be used side-by-side. Use either only Activation or only Publishing.

Please read the Publishing module page for further information about configuring the new publishing-core module.

...