Release Notes / Version 12.2412.0
Table Of ContentsFixed Content Feeder to Detect Cycles in CMS Catalog Categories
Fixed a bug in the Content Feeder to not run into a StackOverflowError, if there is a cycle in children links of CMCategory content items.
(CMS-25907)
Informative Exception for Non-Existing Markup Grammar
When a custom XmlGrammar is removed from the
Document Type Model
(*-doctypes.xml
) but documents exist in the
repository which still reference the removed
XmlGrammar, this is an inconsistent
configuration. An attempt to publish such a document logs a
NullPointerException in the Content
Management Server and publication fails. With the change,
now more detail information is logged in both Content
Management Server and Studio Server if
a publication is attempted.
(CMS-25773)
Additional Information on Blob Sharing Configuration Options
New blob sharing configuration options for Content Servers have been documented recently (sql.store.generate-blob-ids and sql.store.read-only-media-store-names). These are currently only to be used with integration of the Image Transformation Service and Blob Service and must not be used in projects otherwise. An additional note in the documentation makes this restriction clear now.
(CMS-25632)
Documentation for cap.server.maximum-startup-delay updated
The documentation for server property
cap.server.maximum-startup-delay
has been updated
to reflect the configured default value. In addition the effect of
this property on the server's startup has been detailed.
(CMS-25589)
Improved Logging for Server Import
Content Server tool serverimport did not report paths of problematic import files in all cases. Those cases have been improved to include the file's path now, too.
(CMS-25496)
Fixed Blob Sharing ID Inconsistency
If you use the RLS's blob sharing capability
(sql.store.generate-blob-ids=false
) in combination
with URL blobs, blob ids may have been assigned inconsistently in the
RLS repository. This is fixed now.
(CMS-25255)
Decreased Log Level For Some very Frequent Log Messages In The CAE Feeder
Log level of some log messages in FeedingReceiver
and ContentTrigger
has been changed from
INFO
to DEBUG
as they are logged
very often.
(CMS-24727)