This chapter contains all changes made in Release 7.5.13 of CoreMedia Digital Experience Platform 8.
Release 7.5.13 contains the following CoreMedia modules:
CoreMedia Blueprint
CoreMedia CMS
CoreMedia Studio
CoreMedia LiveContext for IBM WebSphere Commerce
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.36. Tooling of CoreMedia DXP 8
CoreMedia CMS Improvements
CoreMedia Studio Improvements
CoreMedia Elastic Social Improvements
CoreMedia LiveContext for IBM WebSphere Commerce Improvements
Enhancements
The class
com.coremedia.livecontext.fragment.resolver.SegmentPathResolver
was changed to not perform a possibly expensive content query anymore to find aCMLinkable
by URI segment. Instead it uses a search engine query via the newly introducedSegmentResolver
service. To this end, allCMLinkable
documents need to be indexed by the CAE Feeder. See section "CAE Feeder and Solr configuration changed to index CMLinkable URL segments" below for more information on necessary CAE Feeder and Solr configuration changes.
CoreMedia Project Improvements
CoreMedia Blueprint Improvements
Enhancements
Added a new extension point
caefeeder
for the CAE Feeder application for the CoreMedia Project Maven Extension mechanism. To this end, the Maven modulecaefeeder-extension-dependencies
has been added inmodules/extension-config
.
The CAE Feeder configuration property
feeder.contentSelector.contentTypes
was changed to index all documents of typeCMLinkable
(including subtypes). In earlier releases only the following types were indexed by default:CMArticle
,CMAudio
,CMDownload
,CMGallery
,CMPicture
,CMTaxonomy
andCMVideo
.Furthermore, the CAE Feeder is now configured to set the newly introduced Apache Solr index fields
segment
andcontexts
to the URL segment and to the contexts of aCMLinkable
, respectively. The new fields have been added to the Apache Solr configuration fileschema.xml
and to the enumcom.coremedia.blueprint.cae.search.SearchConstants.FIELDS
These changes make it possible to query the search engine for a
CMLinkable
with given URL segment and context. This capability is now available as Spring beansegmentResolver
implementing the new interfacecom.coremedia.blueprint.cae.search.SegmentResolver
.Note that the CAE Feeder needs to be started with an empty index and database to index all
CMLinkable
documents with the newly introduced index fields.
Deployment and Virtualization
The installation of the CSS Importer has been moved from the
content_management_server
recipe to a newcss_importer
recipe in thecoremedia
cookbook. Include thecss_importer
recipe after thecontent_management_server
recipe in any run list to restore the former behavior.The default recipe of the coremedia cookbook will now set the file handle limit for the coremedia user. Therefore, the ulimit cookbook has been added and the coremedia cookbook now depends on the ulimit cookbook. To configure the limit, a new attribute
coremedia.filehandle_limit
has been added with a default value of 25000.
Known Issues
Removing items from cart does not work
Displaying and refresh issues with cart in content-led scenarios
Problems with sending of password reset emails
Closed JIRA Issues
Key | Type | Summary | Status |
---|---|---|---|
CMS-1670 | Bug | Substruct loses its properties when a sibling property is added or removed | Fixed |
CMS-1662 | Bug | Missing PDE icon for ExternalPage | Fixed |
CMS-1624 | Bug | Hidden in Navigation does not prevent opening a gray box | Fixed |
CMS-1577 | Bug | Collection/Query List: First Element of Tiles Layout Highlighted Viewtype is Broken in Fragment Preview | Fixed |
CMS-1554 | Bug | Studio erroneously reports concurrent editing | Fixed |
CMS-1551 | Feature | Add CoreMedia Project Maven Extension Point for CAE Feeder | Fixed |
CMS-1279 | Bug | LiveContextExternalChannel#getSite() claims to be @Nonnull, even though it isn't | Fixed |
CMS-1176 | Bug | Homepage eSpot not localized to German | Fixed |
CMS-1118 (35814) | Bug | "Use Original Image" checkbox is cleared when changing image crops | Fixed |
CMS-810 | Bug | Image Editor - Crops are not updated on revert | Fixed |
Table 2.37. 7.5.13