Release Notes / Version 10.2107
Table Of ContentsUpdate of coremedia-application-maven-plugin to 3.0.1
This update fixes an issue, where the plugin did not set the executable flags correctly for the
cm
executable in the
target
directory.
(CMS-19862)
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)
Fix import-user script if no user xml files found
The
import-user
script in the management-tools container now ignores an empty users dir in the import directory.
(CMS-19103)
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)