Release Notes / Version 10.2104
Table Of ContentsThird-Party Update: Spring-Security
Due to a security issue ( https://nvd.nist.gov/vuln/detail/CVE-2021-22119 ) we updated spring-security from 5.3.9.RELEASE to 5.3.10.RELEASE. We are not aware of any incompatibilities.
(CMS-19702)
Fixed CAE Feeder deadlock for JMX access
Fixed a bug in the
CAE Feeder
that could lead to a deadlock when reading attribute
InvalidationQueueSize
of MBean
ContentDependencyInvalidator
via JMX.
(CMS-19642)
CAE Feeder Performance Improvement
Fixed a bug in the CAE Feeder that led to reduced throughput, especially for larger indexes.
(CMS-19636)
Verbosity of publishall
Failures of the
publishall
tool are logged to a file, but have not been obvious for the user on stdout. Now, a concluding failure message is written to stdout.
(CMS-19275)
cm validate-multisite: Enhanced Robustness for Huge Multi-Site Setups
cm validate-multisite
got enhanced for robustness in huge multi-site setups.
Instead of buffering issues in memory before they are stored to stdout and/or file, the output is now done immediately after an issue has been found.
Due to the change, the output to stdout has changed slightly, so that reported issues are mixed with status messages. For a better overview of actual issues found, it is recommended to dump the results into a tab-separated file using the
--file
CLI option.
(CMS-19272)
Improve Studio robustness when no WorkflowRepository is available
When no
WorkflowRepository
was available in Studio some errors occurred. Now all accesses to the
WorkflowRepository
have been guarded by a
null
check to prevent errors.
(CMS-18237)
Fixed multi-threading issues in cleanrecyclebin tool
An issue has been fixed regarding the concurrent creation of directories.
(CMS-18163)
Fixed Content Feeder Handling of Destroyed Derived Content
Fixed a bug in the Content Feeder that could lead to an error while feeding a content item, if a derived content item was destroyed in the meantime. Exceptions about destroyed derived content items are now caught and do not cause problems for feeding.
(CMS-9058)