Release Notes / Version 10.2107
Table Of ContentsInfo Actuator Endpoint Runs into Jackson Exception if Build Enables git-commit-id-plugin
If a build included the Git Commit ID (via enabling the git-commit-id-plugin ), the actuator endpoint info ran into an exception for Studio Server and CAE . This has been fixed. The Git Commit ID will now be returned again properly.
(CMS-21404)
Fixed NullPointerException in FeedableImpl
When the type of a collection set as feedable element cannot be determined, the type now correctly defaults to String.
(CMS-21065)
The License Check Now Considers IPs of all Network Interfaces
For IP based licenses all network interfaces are considered now and the check passes if there is at least one IP that can be successfully validated against the IP range configured in the license.
(CMS-20799)
Documentation on Passwords in Tools dumpusers/restoreusers
Documentation of tools dumpusers/restoreusers has been extended to give additional information on handling of passwords.
(CMS-20596)
The Garbage Collector is Now Robust Against Long Link Chains in Trash
The Garbage Collector is now robust against long link chains in trash.
(CMS-20536)
Limit Content Server Threads Checking Database Connections
Fixed the bug that the number of threads used by the
Content Server
for checking database connections wasn't limited. This could have led to instabilities in cases, where many calls to the database are blocked due to some problems with the database. By default, the number of such threads is now limited to twice the maximum number of database connections. The limit can be changed with configuration property
sql.pool.check-connection-max-threads
as described in the Deployment Manual in section "CoreMedia Properties Overview | Content Server Properties | Properties for the Connection to the Database".
(CMS-20535)
Fixed Parsing of Workflow Timer Element
Timer elements in workflow definitions with relative values but without explicitly setting the property
relative
are now recognized correctly as 'relative' even for values > 999.
(CMS-20175)