close

Filter

loading table of contents...

Release Notes / Version 10.2101

Table Of Contents

CoreMedia Core

Fixed Server Database Connection Checking

Fixed a bug in the database connection checking of Content Server and Workflow Server, that led to SQL errors with DB2.

(CMS-16165)

Deprecation: CompoundMediaStoreSelector methods

The no-args constructor and methods setSelectors , addSelector of hox.corem.server.media.CompoundMediaStoreSelector have been deprecated and will be removed in a future release.

If needed, create an instance with the constructor that takes a list of selectors and do not mutate the object afterwards.

(CMS-15947)

Third-Party Update: commons-compress 1.19

Apache commons-compress has been updated to version 1.19.

(CMS-15702)

validate-multisite Refinement

The --thorough flag applies to multiple base folders now. All folders are validated even in case of errors, so you might observe more issues than before.

(CMS-15643)

Translation state "ignore-updates" is handled correctly by content-server tools

The translation state "ignore-updates" is handled correctly by content-server tools "serverimport", "serverexport" and "validate-multisite" now and does not produce misleading warnings in the logs anymore. Note that during a content import, a content with translation state "ignore-updates" is imported into a new system in the very same way as content which is marked as not being up to date, i. e. master version is set to 0.

(CMS-15578)

Fixed high server load for large completed workflows

Fixed a bug that caused high load on the Content Management Server and/or Studio Server when completed workflows with very large change sets were displayed in the Studio Control Room.

(CMS-15568)

Search field in Studio library with different behaviour regarding suggestions

When you start a search in the Studio library you will see a list of suggestions. In the past the first list item was preselected, so when Enter was pressed the suggested items were shown in the search result. This has changed. Now no list item is selected in first place and when Enter is pressed the result for the query text in the text field of the combobox is returned. To select an item from the suggestions use the Arrow-Down-Key or Arrow-Up-Key or the mouse.

(CMS-14733)

Use confd to configure management-tools against multiple enviroments

With confd we can use environment variables to configure the command-line tools from the management-tools container. By defining a key prefix for confd, we can also use the same configuration backend to define configurations for multiple target environments and servers and switch the environment or server easily.

The change is not breaking within the 1907 releases. The change is only breaking to the local development setup, when DEVELOPMENT is set to true. In this case the tools worked out of the box against the content-management-server. In order to restore the basic features, three development prefixes are provided by default. Set CONFD_PREFIX to either dev/management , dev/master or dev/replication to provide out of the box configurations for the development setup.

(CMS-14641)

Search Results

Table Of Contents