Release Notes / Version 10.2107
Table Of Contents
The configuration options
commerce.hub.cache.capacities
,
commerce.hub.cache.timeout-seconds
,
livecontext.ecommerce.cache.\*.capacity
, and
livecontext.ecommerce.cache.\*.time
are deprecated. Use
cache.capacities.ecommerce
and
cache.timeout-seconds.ecommerce
followed by the respective commerce feature token instead. This feature token must now be lowercase. Note that
com.coremedia.blueprint.base.livecontext.ecommerce.common.AbstractCommerceCacheKey
internally converts given feature tokens to lowercase so that its
cacheClass
returns the corresponding 'ecommerce.FEATURE' token for cache configuration lookup.
A complete list of migrated properties is available in
commerce-cache-defaults.properties
provided by the
bpbase-lc-common
module.
(CMS-17868)