close

Filter

loading table of contents...

Release Notes / Version 11.2110

Table Of Contents

Removal: Deprecated two-argument constructor of DefaultContentToTranslateItemTransformer

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)

Search Results

Table Of Contents