Release Notes / Version 12.2404
Table Of Contents
The CAE Feeder does not index binary data from
AMDocumentAsset contents anymore, if the byte size is larger than the
value configured in property
feeder.beanPropertyMaxBytes
. The same configuration
property was already used previously to restrict feeding of other blob
values in the CAE Feeder, and defaults to 5 MB.
This change is necessary to avoid running out of memory in case of
very large binary values.
The limit was added in Blueprint class
com.coremedia.blueprint.feeder.cae.assets.AssetDocumentBlobFeedablePopulator
and its configuration
apps/cae-feeder/modules/extensions/am/am-caefeeder-component/src/main/resources/META-INF/coremedia/am-caefeeder.xml
.
(CMS-24694)