Release Notes / Version 10.2107
Table Of Contentscm destroy: Enhanced Robustness
cm destroy
failed to destroy contents and/or versions which contained corrupted data (observed for corrupted Struct data). The robustness of the command-line-tool has been enhanced, so that it is now also possible to get rid of such corrupted content objects.
Note, that
cm destroy
will only destroy such content objects if you specify the
--force
flag. This provides the option, that you may want to fix the corrupted content in another way or you may want to analyze how the corrupted content made it into the database prior to destroying it.
The tool's output will provide the hint, that you may use the
--force
flag in these situations.
(CMS-14658)
Fixed remote control feature in Studio docker deployment
The docker image
studio-client
was missing the static files for the remote control feature
(CMS-14585)
Prometheus agent not running in solr image
In the solr docker image, the prometheus agent could not be activated due to a wrong path in the initialization script.
(CMS-14402)
Replaced hardcoded groupId for dependency in p13n-cae
In the pom.xml of the p13n-cae , the hardcoded groupId of the dependency com.coremedia.blueprint:content-services has been set to
${project.groupId}
.
(CMS-14119)
Unified API Reconnect
The ability of the Unified API to reconnect to the servers after a communication failure or a server downtime has been improved. To this end, the Unified API takes care of detecting and cleaning up stale TCP connections at the CORBA level. This feature is effective for the ORB shipped with the Oracle JDK (1904.3) and for the GlassFish ORB shipped with 1907.1.
The advanced reconnect feature may be disabled by setting the system property
com.coremedia.corba.orb.reconnect=false
.
(CMS-12957)