Release Notes / Version 10.2107
Table Of ContentsThird-Party Update: Apache Solr
Apache Solr has been updated to version 8.11.2.
For detailed changes of Apache Solr have a look at https://solr.apache.org/news.html and https://solr.apache.org/docs/8_11_2/changes/Changes.html .
For CMCC 11, a new coremedia/solr-base Docker image was released with tag 8.11.2, which is used in the Blueprint in
apps/solr/blueprint/solr-image/pom.xml
.
(CMS-21719)
Multi-Site Manual: Hints on CleanInTranslation
CleanInTranslation
is a scheduled task related to the CoreMedia Multi-Site feature that is executed in workflow server. It may happen, that this scheduled tasks struggles with the state of some localization workflows, which prevents clean-up of false-positive
in translation
states of some contents.
A manual section "CleanInTranslation Challenges" has been added to the Multi-Site Manual describing possible issues in detail, how to analyze and possibly fix them.
(CMS-21653)
Content Server Actuator Endpoint to Suspend Blob Collector
The Content Server has a new Spring Boot actuator endpoint "blobcollector" that can be used to suspend (and resume) deletion of unused blobs at runtime.
Suspending blob deletion is a required step when making backups of non-transactional blobs stores like a file blob store. Previously, this required a change to configuration property
sql.store.collector.suspend
and a server restart. With the new actuator endpoint, no restart is required anymore. See section "Basics of Operation | Actuator Endpoints | Content Server Blob Collector Endpoint" in the Operations Basics Manual for details.
(CMS-21031)