This chapter contains all changes made in Release 7.5.33 of CoreMedia Digital Experience Platform 8.
Follow the CoreMedia DXP 8 Help Center section to receive release and product announcements automatically.
Modules and Tooling
Release 7.5.33 contains the following CoreMedia modules:
CoreMedia Blueprint
CoreMedia CMS
CoreMedia Studio
CoreMedia Elastic Social
In addition, CoreMedia DXP 8 uses the following tooling:
Product | Key | Version |
---|---|---|
CoreMedia Application Maven Plug-in | APPPLUGIN | 2.7.9 |
CoreMedia Project Maven Extension | PROJEXT | 1.0.5 |
Table 2.12. Tooling of CoreMedia DXP 8
CoreMedia CMS Changes and Improvements
Spring XML files for custom blob stores no longer support the
(CMS-4054)#\{...\
} syntax for dynamically reloaded properties. Instead, this syntax is reserved for Spring EL expressions now. Note that the Spring EL syntax is still not available in other Content Server and Workflow Server configuration files.
CoreMedia Studio Changes and Improvements
In order to ease translation of documents nested in folder hierarchies, folders can now be added to a translation workflow. They will be automatically expanded to their contained documents.
As this operation might possibly cause high load in CoreMedia Studio the number of expanded documents is limited to 100 by default. This limit can be configured through the
ContentUtilConfigurationPlugin
:<editor:contentUtilConfigurationPlugin expandFolderLimit="100"/>
The class com.coremedia.cms.editor.sdk.desktop.InvalidateAllAction has been removed from the product. Because invalidations are automatically pushed to the client, it is not longer necessary to invalidate the client-side beans manually.
(CMS-3742)Introduced configuration option for new CSP level 2 directive
(CMS-789)frame-ancestors
in Studio. The directive is used to avoid clickjacking attacks in supporting browsers. It is enabled by default with the valuenone
, i. e. you cannot load it into any frame. For details see Studio Developer Manual, section Security/Content Security Policy.
CoreMedia Blueprint Changes and Improvements
The string property
productCode
has been added to the document type definition ofCMProduct
. This document type is used by the Corporate Blueprint and itscatalog
extension. It is a required property for products of the CMS catalog. If you're already using the document typeCMProduct
, then you need to perform the following steps as part of the update:Set
sql.schema.alterTable=true
once when starting a Content Server to let it automatically adapt the database schema for the new property.Edit all existing documents of
CMProduct
and enter a non-empty product code. The product code has to be unique within a site's catalog and must not contain slashes, colons or whitespace characters. Studio displays a warning for products that don't have a valid product code
The product code is also indexed in the newly added
(CMS-4375)productCode
field in Solr. The new field was added to the default search fields so that it is possible to find products in Studio and on the website by their product code. It's not necessary to reindex from scratch to get the product codes into Solr. Existing products are automatically reindexed with their product code when they are edited in Studio.Moved QuickCreate and related components to "blueprint-base-components":
moved quick create to blueprint-base components
moved FolderCombo to blueprint-base components
added AddDefaultFolderComboEntry configuration plugin to support calculated path information for the FolderCombo
provided function support for the folder property of the quickcreate editors: the folder combo for a new content creation can be left empty. A separate function can be passed instead to calculate the target folder for the newly created content
added "AddDefaultFolderComboEntry" plugin to support the calculation of the default entry of the folder combo with a function
In order to move the quick create module to blueprint base, the following changes have been made previously:
(CMS-4261)removed blueprint ContentUtils: new class "IdHelper" should be used for parsing the numeric content id instead
removed unused NewContentDialog: this was the default dialog used for the create content menu on the favourites toolbar. Quick-Create dialogs are used now instead. The old dialog has been deleted.
moved new content defaults to blueprint-forms: the properties file that contains the initialialization of default paths has been moved to the blueprint-forms module
provided QuickCreate Hook: extended customization of the quick create plugin, see class "QuickCreate" for details
removed StyledButton: unused component
moved PreserveCursorPlugin to core
removed Toaser: the toaster wasn't used in the blueprint. Use the new studio notifications instead.
moved XMLUtil to Struct Editor plugin: The utility was mostly used by the old struct editor, so it has been removed from the blueprint.
moved FolderChooser to bpbase-studio-components
moved ContentCreationUtil to bpbase-studio-components
removed blueprint Studio Logger: use the "Logger" class from the Studio core instead.
removed ClearableTextField: unused component
refactored several utility methods of the "studio-plugin-utils"
moved quick create to blueprint-base components
moved FolderCombo to blueprint-base components
added AddDefaultFolderComboEntry configuration plugin to support calculated path information for the FolderCombo
provided function support for the folder property of the quickcreate editors: the folder combo for a new content creation can be left empty. A separate function can be passed instead to calculate the target folder for the newly created content
added "AddDefaultFolderComboEntry" plugin to support the calculation of the default entry of the folder combo with a function
CoreMedia Elastic Social Changes and Improvements
Updated the MongoDb Java client version to 2.13.0.
(CMS-4347)The option to define a TTL collection with index options in the ModelCollectionConfigurationBuilder has been removed. It is now possible to configure a model index and a TTL collection with the same property. A merged configuration will be used for the actual index creation.
(CMS-3952)
Miscellaneous Changes and Improvements
- (CMS-4377)
JUnit updated from 4.11 to 4.12.
PowerMock updated from 1.5.2 to 1.6.2.
Mockito updated from 1.9.5 to 1.10.19.
Objenesis updated from 1.4 to 2.2.
Fixed Issues
CMS-4459: DymnamicPricing typo
Fixed a typo in String Constant AbstractStoreContextProvider#CONFIG_KEY_DYNAMIC_PRICING_ENABLED
CMS-3734: Added order attribute to @Link annotation
Although link handlers should typically be selected by bean- and view-type, it is now possible to override predefined link handlers using the new 'order' attribute. The order attribute of the @Link annotation follows the semantics of org.springframework.core.Ordered#getOrder.
CMS-3004: Contradictory publication result after global publication error
Fixes an issue where when publication / withdrawal fails with a "global" publication error - such as a Master Live server being down - the publication result window showed contradictory results
CMS-484: cm destroyversions
cm destroyversions
is now bundled only with the command line tools for the content management server as it is not advisable to execute this command on any other content server (master/replication).