Release Notes / Version 10.2107
Table Of ContentsUpdated to latest Spring Framework 5.2.5, Spring Boot 2.2.6, and others
Along with the Spring Framework and Spring Boot the following libraries have been updated:
Spring Boot 2.2.6.RELEASE
Spring Framework 5.2.5.RELEASE
Spring Security 5.2.3.RELEASE
Tomcat 9.0.33
Micrometer 1.3.6
Jetty 9.4.27.v20200227
Junit Jupiter 5.6.1
Freemarker 2.3.30
Postgres Driver 42.2.11
Jackson 2.10.3
Xmlunit 2.6.4
Netty 4.1.48.Final
Janino 3.1.2
Jakarta Mail 1.6.5
Byte-Buddy 1.10.8
Powermock 2.0.5
Caffeine 2.8.1
Jakarta Activation 1.2.2
Okhttp3 3.14.7
maven-shade-plugin 3.2.2
dockerfile-maven-plugin 1.4.13
(CMS-17136)
cm cleanrecyclebin: Multi-Threading Issue
cm cleanrecyclebin
may have failed due to concurrent directory creations, when used in multi-threaded mode. This has been fixed now.
(CMS-16975)
Initialization of MongoDB Docker Container
The initialization of the MongoDB Docker container has moved from Docker compose file default.yml to the Dockerfile of the MongoDB image.
(CMS-16830)
XLIFF-Import: Support mrk-Elements in Content Name
XLIFF import now supports segmentation via
<mrk>
elements in content names, too. These elements are typically used by translators to structure content to translate.
(CMS-16726)
CMResourceBundle Localizations in Studio Search Index
The struct property "localizations" was added to the default configuration of the Blueprint
StructFeedablePopulator
in
component-content-feeder-blueprint.xml
so that the
Content Feeder
also feeds texts from CMResourceBundle localizations. This makes it possible to search for localizations in the Studio library.
Note that the change only affects newly indexed contents. Texts from updated or newly created CMResourceBundle documents will be indexed automatically. You can trigger re-indexing of all existing CMResourceBundle documents with JMX as described in the Search Manual in section "Re-indexing | Partial reindexing of Content Feeder indices".
(CMS-13957)
Fixed search for deleted content
Fixed a bug that certain user groups could not find deleted content in Studio, if the group was created or gained read rights after the content was deleted.
(CMS-12443)