Release Notes / Version 12.2506.0
Table Of ContentsReduced category loading in fragment calls
There is a new configuration flag in CAE
cae.livecontext.categories.lazy-loading:false that
can be used to enable a “lazy category loading mode” in the CAE. If
set to “true” no categories will be loaded during a fragment call (at
least for pure augmentation). This also prevents the validation of the
entire category path. This mode certainly results in less load for a
CAE (when cache misses are expected), but you should be sure that the
categories can be loaded during request processing.
(CMS-28020)
Parameter Appending Link Transformers May Skip Transformation for Bean Types
The configuration property
cae.link-transformer.params-appender.skip-for-type
has been added that allows deployments to skip link transformation by
parameter appending link transformers for configurable bean types. The
configuration property is a map indexed by the lowercase version of
the transformer bean name and the values of the map are a collection
of fully-qualified classes for which the transformation should be
skipped.
Example:
cae.link-transformer.params-appender.skip-for-type.previewdateappendinglinktransformer= com.coremedia.blueprint.common.contentbeans.CMCSS,com.coremedia.blueprint.common.contentbeans.CMImage, com.coremedia.blueprint.common.contentbeans.CMJavaScript,com.coremedia.blueprint.common.contentbeans.CMTheme cae.link-transformer.params-appender.skip-for-type.developermodeappendinglinktransformer= com.coremedia.blueprint.common.contentbeans.CMExternalLink
The configuration is applicable to beans of the following link transformer implementations:
com.coremedia.livecontext.fragment.links.transformers.FragmentParamsAppendingLinkTransformercom.coremedia.livecontext.preview.PreviewDateAppendingLinkTransformercom.coremedia.livecontext.preview.PreviewParametersAppendingLinkTransformercom.coremedia.objectserver.web.links.ParameterAppendingLinkTransformer
(CMS-25571)


