Release Notes / Version 11.2210
Table Of ContentsThird-Party Update: SnakeYAML
The SnakeYAML dependency was updated to
org.yaml:snakeyaml:1.33
for all applications to fix several known vulnerabilities.
(CMS-22189)
Java API to Create Content with UUID
The Unified API interface
com.coremedia.cap.content.create.ContentBuilder
got the new method
#uuid(java.lang.UUID)
, which makes it possible to create Content with a predefined UUID. The API can be used in custom code, for example to preserve UUIDs when transferring content from one server to another.
(CMS-22088)
CAP Connection Actuator Endpoint
Added a new Spring Boot actuator endpoint for the CapConnection with information about the configuration of the connection, and the possibility to change some properties. For more information, see the Operation Basics Manual, section "Basics of Operation | Actuator Endpoints | CapConnection Endpoint".
(CMS-21847)
Add Asset Taxonomies to Plugin
Add asset taxonomies to the asset management plugin and enable find contents by taxonomy path.
(CMS-20403)