Release Notes / Version 11.2310
Table Of Contents
Blueprint used private API in a few places related to Livecontext
implementation. To fix this situation, the new public API packages
com.coremedia.blueprint.base.livecontext.augmentation.config
and
com.coremedia.blueprint.base.livecontext.augmentation.tree
have been introduced while
META-INF/coremedia/lc-services.xml
of module
lc-services-lib
has been deleted.
The tree
package provides the
ExternalChannelContentTreeRelation
interface used
to compute the augmentation content tree relation for commerce
objects. The config
package provides spring
configurations of augmentation related services. The beans formerly
provided by META-INF/coremedia/lc-services.xml
are
now defined in
com.coremedia.blueprint.base.livecontext.augmentation.config.AugmentationTreeServicesConfiguration
.
The CAE bean
extCategoryContentBackedPageGridService
has been
removed in favor of the new
categoryContentBackedPageGridService
bean defined
in AugmentationPageGridServiceConfiguration
.
Class
com.coremedia.livecontext.tree.ExternalChannelContentTreeRelation
was moved to
com.coremedia.blueprint.base.livecontext.augmentation.tree.ExternalChannelContentTreeRelation
.
(CMS-6760)