Release Notes / Version 12.2506.0
Table Of ContentsContent Feeder configuration properties for indexing blob properties have changed in this release, and may require adapting your configuration.
The configuration property
feeder.content.property-type.blob-max-size to limit
the size of indexed blobs was deprecated and its default value changed
from 5 MB to unlimited. It has been replaced by property
feeder.blob.max-size[*/*]. The new property has the
same default of 5 MB, but only for Blueprint usage, where it is set in
content-feeder-blueprint.properties of Blueprint
Maven module content-feeder-blueprint-component.
You cannot configure a larger maximum size using the deprecated
property feeder.content.property-type.blob-max-size
without also increasing the new property.
The Spring bean feederContentBlobMaxSizePerMimeType
has been deprecated. Instead of customizing this Map to limit the size
of indexed blobs per MIME-type, you can use the new configuration
property feeder.blob.max-size.
The configuration properties
feeder.content.property-type.blob-mime-type.includes
and
feeder.content.property-type.blob-mime-type.excludes
have been deprecated. The default value for the former changed from a
list of selected MIME-types for text, PDF, and MS Word to any
MIME-type. The deprecated properties have been replaced by new
property feeder.blob.enabled, for which the
previous default MIME-type restrictions are set in the Blueprint, in
file content-feeder-blueprint.properties. You
cannot configure additional enabled MIME-types using the deprecated
property
feeder.content.property-type.blob-mime-type.includes
without also enabling the same MIME-types for the new property.
(CMS-27819)


