Release Notes / Version 12.2406.1
Table Of ContentsFixed Potential Cache Deadlock in LoadedImageCacheKey
Fixed a bug in the LoadedImageCacheKey that could cause a deadlock in the Studio Server.
(CMS-27775)
ConfigurableDeadLinkValidator is configurable now
The ConfigurableDeadLinkValidator (that validates dead links to
deleted or destroyed documents) is configurable now. The
excludedProperties config prop
configurable-dead-link-validator.excluded-properties
can be used to exclude properties from validation. The single
validator operates on type Document and excludes by default the
"placement" property.
(CMS-27045)
Fixed CommerceContentTypesPictureResolver for empty URLs
Fixed CommerceContentTypesPictureResolver so that
Optional.empty() is returned for empty commerce
URLs.
(CMS-25296)
New deprecation: CMMedia#getCaption
The method CMMedia#getCaption is unused for a while
and is confusing because the Studio property field
caption is stored in the property
teaserText of CMTeasable. The
method CMMedia#getCaption will be removed, use
CMTeasable#getTeaserText instead.
(CMS-8538)


