This chapter contains all changes made in Release 7.5.2 of CoreMedia Digital Experience Platform 8.
Release 7.5.2 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.4 |
CoreMedia Project Maven Extension | PROJEXT | 1.0.5 |
Table 2.58. Tooling of CoreMedia DXP 8
CoreMedia Studio Improvements
Enhancements
The Workflow Server can be accessed from CoreMedia Studio by means of the ActionScript API through the newly added
WorkflowRepository
. See the [CoreMedia Studio Developer Manual] and the ASDoc of the Studio API for details.
CoreMedia Elastic Social Improvements
The configuration of the MongoDb now must use the Mongo Client URI, which was the preferred way anyway. See
http://docs.mongodb.org/manual/reference/connection-string/
for further information. The following previously available configuration options have been removed:mongoDb.serverAddresses
mongoDb.writeConcern
mongoDb.userName
mongoDb.password
The default value for the Mongo Client URI is
mongodb://localhost:27017
.
CoreMedia Blueprint Improvements
Single-Sign-On between CMS and Commerce
A Session will be managed for cms and commerce to simply handover from one system to another.
API changes
Renamed class
com.coremedia.blueprint.cae.web.taglib.ResponsiveImageFunctions
toImageFunctions
and added new methoduncroppedImageLink(CMPicture, ServletRequest, ServletResponse)
.Deprecated class
com.coremedia.blueprint.cae.web.taglib.ImgLinkTag
. Not used in freemarker.
Deployment and Virtualization
Added an attribute
coremedia.probedog.timeout
to the coremedia cookbook which allows to modify the timeout for all probedog runs. The default value is 300 as before.Replaced the custom ElasticSearch cookbook by the ElasticSearch community cookbook.
Added an attribute
coremedia.role.elasticsearch
to the coremedia cookbook which is used to search for node running ElasticSearch in conjunction with theelasticsearch.cluster.name
attribute. In previous releases, the nodes have been computed by searching for run lists containing the elasticsearch recipe.Added an recipe
elasticsearch
to the coremedia cookbook which wraps the default recipe of the elasticsearch cookbook and installs all necessary prerequisites.Added an attribute
coremedia.serverimport.extra_options
to pass additional options to serverimport.
Closed JIRA Issues
Key | Type | Summary | Status |
---|---|---|---|
CMS-776 (35180) | Bug | Doc says that JSP templates work from Content Repository, but they don't | Fixed |
CMS-753 | Change | ViewType should be overridable in template | Fixed |
CMS-711 (34909) | Bug | Responsive slider broken in IE9 | Fixed |
CMS-685 | Bug | Image Crops disappear after menu-based updates | Fixed |
CMS-632 (34504, 35437) | Bug | Check DB locks before updating DB-scheme when migrating | Fixed |
CMS-574 (35007) | Bug | CSS and JS are not cached by Browser | Fixed |
Table 2.59. 7.5.2