Versions Compared

Key

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

...

It hosts a proper inner class for each node type together with the constants for all it's properties and some convenience methods.

 

Backwards Compatibility

  • info.magnolia.cms.core.MetaData has been adapted to be fully backwards compatible
    • If you have code still using the MetaData type and the old property names, we'll internally map these to the new property names on the workingNode. 

Migration

Bootstrap files

  • We still support Bootstrap files containing MetaData subsides
    • info.magnolia.importexport.postprocessors.MetaDataImportPostProcessor will take care of moving the contained properties to the workingNode and rename to the new structure

Repositories

  • <to be described>in next Sprint (s011) we'll add an InstallationTask migrating existing content to the new repository layout