Release Notes / Version 11.2304
Table Of ContentsExtend live context environment with fragment connector disabled
The com.coremedia.fragmentConnector.disabled property now can be configured via properties files such as project.properties or lc-connector.properties, besides via Standard Environment variable or JVM argument.
(CMS-19939)
Fixed propagation of CatalogAlias to CommerceBeans' StoreContexts
Commerce beans now propagate the catalog alias which is encoded in their commerce ID to derived commerce beans such as subcategories or assigned products. This fix ensures that the catalog alias is also set to the store context held by the commerce beans.
(CMS-19675)
Fixed delegation to built-in commerce services for custom commerce service implementations
Introduced
com.coremedia.blueprint.base.livecontext.client.common.RequiresServiceDelegate
as callback interface if a custom commerce service implementation requires the built-in service instance as delegate.
(CMS-19453)
Fixed a bug regarding `commerce.hub.cache` properties
The deprecated commerce cache properties prefixed
commerce.hub.cache
caused application startup to fail. This bug has been fixed so that these properties can be used again. But still remember to convert them to
cache.<capacites|timeout-seconds>.ecommerce
properties soon.
(CMS-19324)