Release Notes / Version 13.2512.0
Table Of ContentsExtended document types for XmlUapiConfig
The default test content type model that is provided by
XmlUapiConfig has been extended with a
base link property in the
SimpleSiteContent content type. This property
supports basic tests involving content variants.
(CMS-29384)
Fixed locale-based search in the preferred site selector
Locale-based search in the preferred site selector has been fixed, allowing sites to be reliably found and selected by locale again.
(CMS-29048)
Fix Blueprint SearchConstants Value
Fixed Blueprint constant
com.coremedia.blueprint.cae.search.SearchConstants.FIELDS#CREATION_DATE
to lower-case value creationdate as used in the
Solr schema.
(CMS-28592)
Studio Multi-Preview can Change or Disappear Depending on User Permissions
Multi-Preview settings retrieval failed to use the correct read permissions. This can lead to changing or even disappearing Multipreviews in Studio, depending on the permissions.
This behavior was fixed so that a consistent settings retrieval using the correct read permissions is guaranteed.
(CMS-28574)
Fixed a Bug in Cap Repositories Spring Configuration
By a regression, the bean definitions
workflowRepository and
capListRepository were present when the
corresponding repositories were not connected. The fix makes these
beans conditional on properties
repository.caplist.connect and
repository.workflow.connect respectively.
(CMS-28505)
Category parameter is taken for augmented products
If you have an augmented product and set some alternative placements and if the product is contained in multiple categories (e.g. beside the primary category it is also part of the e.g. “newarrivals-mens” category). If the PDP fragment is called with such an additional category parameter (not the primary category id) it is taken for augmentation (and not the primary category of the product).
(CMS-28100)
Changed the logic for the metric com.coremedia.Store.Connected
Changed the logic for the metric
com.coremedia.Store.Connected to monitor the open
connections to the database. This ensures that the state changes when
the last connection is closed due to an error instead of waiting for a
future connection request to encounter an error. Requires the number
of minumum open connections to be set to at least 1
(sql.pool.minConnections). This is enforced by the
code - values below 1 will be ignored and the minumum will be set to
1. As the server must open at least one connection to work, this won't
change its operation. Relies on the connection validator to discover
broken connections. If a more timely detection of connection issues is
required, reduce the values of the properties
sql.pool.validatorInterval and
sql.pool.validatorTimeout.
(CMS-18211)


