Release Notes / Version 12.2412.0
Table Of ContentsFix CAE Feeder DataSource Configuration
Fixed a bug in the CAE Feeder that caused startup
errors if the data source was configured with new
caefeeder.datasource.
properties, and custom Spring configuration
files were added
(META-INF/coremedia/component-xyz.xml
). The bug did
not occur with deprecated but still usable configuration properties
jdbc.
.
(CMS-27209)
Content Server Unresponsive after Database Failover Recovery
Content Servers can automatically recover from a database failover when settings sql.pool.retry-on-connection-loss and sql.pool.retry-on-read-only-db are set to true. However, a bug led to high load on Content Servers after such a failover recovery which could leave the system unresponsive. This is fixed now.
(CMS-27181)
Fixed CAE Feeder Page Grid Feeding Configuration of Excluded Section
Fixed a bug in the CAE Feeder page grid feeding, that comma-separated
values configured in
corporate.search.pageGrid.excludedSections
were not
correctly parsed, and placement sections were not excluded from
feeding as configured.
(CMS-27126)
RichTextCorrectionConverter: Multiple corrected attributes ArrayIndexOutOfBounds exception fixed
In RichTextCorrectionConverter
an
ArrayIndexOutOfBounds exception was thrown when multiple attributes
were adapted. This has been fixed and works now as expected.
(CMS-27003)
Fixed Content Feeder to Set Correct Metadata after Content Withdrawal
Fixed a bug in the Content Feeder which could have led to wrong values in Solr index fields "ispublished", "isapproved", and "istobewithdrawn" after a content was withdrawn from publication. These Solr index fields were not used in the default product, but projects may have relied on correct values.
(CMS-26904)