This chapter contains all changes made in Release 7.5.28 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.28 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.17. Tooling of CoreMedia DXP 8
Miscellaneous Changes and Improvements
Fragment Calls now optionally support resolution of stable IDs. E.g. using the Product Code instead of the database ID. Activate this feature by setting setUseStableIds(true) in either ProductFragmentContextStrategy or CategoryFragmentContextStrategy (e.g. via Spring Customizer)
(CMS-3247)Increased default cache sizes for LiveContext e-Commerce objects and introduced livecontext-cache.properties for easier cache size adaption. See Commerce Cache Configuration chapter in LiveContext manual for details.
(CMS-3203)
Fixed Issues
CMS-3716: BLOB Cache Directories
The
delivery
andstudio
recipes of thecoremedia
cookbook have been changes to create the directories configured by theDELIVERY_UAPI_BLOBCACHEPATH
,STUDIO_PREVIEW_UAPI_BLOBCACHEPATH
andSTUDIO_UAPI_BLOBCACHEPATH
tokens.CMS-3332: LiveContext: The fragmentHandlers order is incorrect: ExternalRef resolver must precede category and product handlers
The FragmentHandlers order is changed so that the ExternalRef resolver precedes category and product handlers