Release Notes / Version 10.2107
Table Of ContentsEnhanced TransformImageService
The
TransformImageService.getTransformations()
has been changed to add default transformations (defined in Spring configuration
mediatransform.xml
) to the list of available transformations, if it is not existing in the content defined transformations (defined in struct
responsiveImageSettings
). Also added two defaults for the LiveContext Asset Management (
lc-asset-cae-component
).
Update Steps:
If you don't need the default transformations, remove them from
mediatransform.xml
.
(CMS-14384)
Introduced Spring Customizer API
The annotation
com.coremedia.springframework.customizer.Customize
was introduced to support transitioning from spring XML configuration to spring java configuration. The annotation is inspected by a bean factory post processor configured via
com.coremedia.springframework.customizer.CustomizerConfiguration
or
com/coremedia/springframework/customizer/customizer-services.xml
.
(CMS-12863)