Release Notes / Version 11.2210
Table Of Contents
The deprecated two-argument constructor of
com.coremedia.translate.item.DefaultContentToTranslateItemTransformer
(cap-translate-item) has been removed:
DefaultContentToTranslateItemTransformer(Function, Collection)
Instead, use the three-argument constructor:
DefaultContentToTranslateItemTransformer(Function, Collection, boolean)
where the third parameter is
includeUnchangedProperties
. To get the same behavior as the old two-argument constructor, set
includeUnchangedProperties
to
true
.
(CMS-20067)