Release Notes / Version 11.2204
Table Of ContentsFix Check for Personal Data Usage
The check for usage of personal data has been fixed to work with OpenJDK 11.0.12+ by including Guava's third-party library
com.google.errorprone:error_prone_annotations
, so that annotations used by Guava are available on the classpath.
(CMS-20426)
Third-Party Update : Tomcat
Tomcat has been updated to version 9.0.54 to avoid security vulnerabilities of the previous version.
(CMS-20244)
Third-Party Update : Ant
Ant has been updated to version 1.10.11 to avoid security vulnerabilities of the previous version.
(CMS-19843)
Third-Party Update : Tomcat
Tomcat has been updated to version 9.0.48 to avoid security vulnerabilities of the previous version.
(CMS-19841)
Third-Party Update : Jetty
Jetty has been updated to version 9.4.43.v20210629 to avoid security vulnerabilities of the previous version.
(CMS-19840)
ContentHub: ContentWriteInterceptors are now correctly applied for subtypes
ContentWriteInterceptors are now correctly applied for subtypes when content is created via ContentHub.
(CMS-19830)
Third-Party Update: Netty
Netty has been updated to version 4.1.63.Final to avoid security vulnerabilities of the previous versions.
(CMS-19257)
Third-Party Update: Jetty
Jetty has been updated to version 9.4.39.v20210325 to avoid security vulnerabilities of the previous version.
(CMS-19250)
Update of MongoDB Java Driver
The thirdparty dependencies org.mongodb:mongodb-driver-legacy, org.mongodb:mongodb-driver-core and org.mongodb:bson have been updated from version 4.1.0 to 4.2.2.
(CMS-19077)
Fixed OSM Marker Initialization
Fixed issue with the OSM integration where the map marker would not appear.
(CMS-18890)