Release Notes / Version 10.2107
Table Of ContentsThird-Party Update: Hibernate
Hibernate has been updated to version 5.4.18 to avoid a security issue of the previous version (CVE-2019-14900).
(CMS-17801)
Editorial Comments: Avoid warnings in log
Warnings have been analyzed and fixed.
(CMS-17486)
Editorial Comments: Introduced properties for schema/username/password
For easier configuration three new properties have been introduced which are mapped to the apropriate hibernate and liquibase properties: editorial.comments.db.schema editorial.comments.db.username editorial.comments.db.password
(CMS-17474)
Schema cm_editorial_comments: Consistent foreign key
A new liquibase changeset has been added to change the type of the column cm_editorial_comments.COMMENTS.THREAD_ID to bigint(20) according to the type of cm_editorial_comments.COMMENT_THREADS.comment_thread_id. Affected databases: Oracle, db2, mssql
(CMS-17422)
Creation of Content from Content Hub now triggers ContentWritePostProcessors
When an author creates a new content from the Content Hub the ContentWritePostProcessors will be triggered after the content has been created.
(CMS-17295)
Constructors of LinkListMinLengthValidator and StructLinkListMinLengthValidator
The constructors of LinkListMinLengthValidator and StructLinkListMinLengthValidator are public now.
(CMS-16620)