Release Notes / Version 11.2301
Table Of ContentsStudio Server Now Logs Whether an Invalidation Source Requests a Full Invalidation
When an InvalidationSource of the Studio Server exceeds its capacity it requests a full invalidation (indicated by "invalidations: null" in the response of an "invalidations" Studio Client request). This most of the time leads to an unresponsive Studio Client. The Studio Server now logs (WARN) if this happens.
(CMS-22593)
Improved Robustness of Augmentation
When augmenting Categories or Products with names longer than 64 characters an error occurred so far. Values longer than 64 characters are now automatically shortened to the maximum number of characters defined via the document model.
The value of the
externalId
property of a content item cannot be shortened automatically as this would have serious side effects. In case that the name of a Category or Project that is to be augmented is longer than the maximum value defined via the document model (256 characters by default), an exception is still thrown.
(CMS-22525)
Components not Fully Shutting Down in Case of Spring Context Setup Problems
If during startup of a CMS component, e.g., the Studio Server , problems with the Spring Context setup occur, it could happen that the process would not shut down entirely. This was due to plugins not being stopped correctly. The bugfix cures the issue so that the operational environment may detect the process shutdown and try to restart the CMS component.
(CMS-22523)
Content with links to destroyed content can now be partially restored
Content that references a destroyed content in a Link property can now be restored successfully in Studio. The property containing the destroyed link will however NOT be restored! In that case the editor gets a hint to check the Comparison View.
(CMS-19111)