Release Notes / Version 10.2107
Table Of ContentsCalculation of dependent content changed
When starting a translation workflow the calculation for the Dependent Content has changed. The term Dependent Content refers to content that has not been chosen actively by a user during the start of a translation workflow, but needs to be translated together with the content that a user has chosen. The dependent content appears within a content panel under the User chosen content automatically and will be included in the translation workflow.
Follow Section, “Calculation of dependent content changed” for upgrade information.
(CMS-17551)
Maturing Multi-Site API (cap-multisite)
The multi-site API (as part of
cap-multisite
) has been matured:
Follow Section, “Maturing Multi-Site API (cap-multisite)” for upgrade information.
(CMS-16927)
UUIDs introduced for Users and Groups
The Content Management Server maintains stable and universally unique identifiers (UUIDs) as specified in RFC 4122 for users and groups. Existing and newly created users and groups get UUIDs in addition to existing numeric IDs. UUIDs are not meant to replace existing IDs, and IDs can be used for all purposes as before. Note, that UUIDs are currently only available on the Content Management Server , and not on live servers.
Follow Section, “UUIDs introduced for Users and Groups” for upgrade information.
(CMS-16917)
Blob streaming on MySQL
When large blobs (>500kB) are streamed from MySQL through the Content Server to a client, the server will no longer materialize these blobs in main memory. This used to cause out-of-memory errors in some setups. Note, however, that you are going to see an increased transaction count with MySQL, as the Content Server reads chunks of big blobs in individual transactions.
(CMS-16025)
All memory settings for command-line tools have been removed
Instead of setting the memory sizes per application and therefore disabling any container support for schedulers like Kubernetes, use the
JAVA_TOOL_OPTIONS
environment variable to augment the command-line.
Follow Section, “All memory settings for command-line tools have been removed” for upgrade information.
(CMS-17565)
New additional workflow parameters Object for DerivedAndMasterVersionTranslationAction
To support custom additional workflow parameters in
DerivedAndMasterVersionTranslationAction
and derived classes, the
DerivedAndMasterVersionTranslationAction
has been extended with the new formal type parameter <P>, which specifies the type of additional workflow parameters. All custom subclasses need to be adapted to set the type parameter in their class declaration. Existing subclasses without additional workflow parameters can use
Void
as actual type parameter.
Follow Section, “New additional workflow parameters Object for DerivedAndMasterVersionTranslationAction” for upgrade information.
(CMS-17556)
Server Interoperability
Content Servers
are no longer fully interoperable with clients that use a release 1901 or earlier. In particular, the
PropertyService
is only accessible by more modern clients. This means that a new
Master Live Server
cannot be accessed by a
Content Management Server
or a
Replication Live Server
from release 1901 or earlier.
Follow Section, “Server Interoperability” for upgrade information.
(CMS-13991)