Release Notes / Version 10.2107
Table Of ContentsThird-Party Update: Liquibase
Liquibase has been updated to 4.3.5.
(CMS-19389)
Enhanced Error Handling For Editorial Comments When Connected to Old Server
Due to missing support for User-UUID support in old content management servers, you may have observed occurrences of
EditorialCommentsPersistenceException
with rather vague errors on column
CREATOR_ID
.
The error handling has been enhanced in that way, that you will get a clear error message for this state:
The Content Server does not provide a UUID for user. This may happen if Content Server version is before 2007.1
(message of a corresponding
NullPointerException
).
(CMS-19086)