Release Notes / Version 12.2506.0
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)
StudioInMemoryAutoConfiguration is deprecated
The auto configuration class StudioInMemoryAutoConfiguration in module studio-blueprint-component is deprecated. Please apply custom configuration to StudioBlueprintAutoConfiguration or a custom configuration class instead.
(CMS-27684)
Fixed: Problem with Focus in RichtextField
Fixed: When focussing a RichtextField, then clicking away in external app and then clicking again in the same RichtextField, no focus event was fired. The effect was, that changes made to the text (e.g. pasting text from an external app) were not saved. The reason was that in that case the delegation mode was still active.
(CMS-27420)
Fixed Bug - Special Characters in Commerce IDs
A bug which prevented special characters, such as '%' or '/' in commerce IDs, has been fixed. However, it is not recommended using such characters in IDs.
(CMS-27338)
Fix bug in InterceptorsStudioAutoConfiguration#settingsUploadInterceptors
A bug in settingsUploadInterceptor where the content type on the interceptor was falsely set to CMArticle has been resolved. The content type for the interceptor is CMDownload again.
(CMS-27059)
PublicationContentStateValidator now uses connectionSession
The PublicationContentStateValidator now uses the
connectionSession for running the validators to be
able to validate content that the current user might not have
permissions for.
(CMS-27046)
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)
The link suggester field is now reset
When changing the content tab the suggestion text is now reset so that it isn't from other forms.
(CMS-11873)
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)


