Release Notes / Version 11.2204
Table Of ContentsRemoved Usage of PowerMock Java Test Library
Previous releases used the PowerMock library in a small number of Java unit tests to mock static methods and object construction. These usages have now been replaced with new functionality of the Mockito testing library. PowerMock isn't used anymore.
Follow Section, “Removed Usage of PowerMock Java Test Library” for upgrade information.
(CMS-20448)
New ExtensionPoint CustomFilterQuery
The new release offers the new
ExtensionPoint
CustomFilterQuery
in order to provide custom filter queries by a plugin.
Follow Section, “New ExtensionPoint CustomFilterQuery” for upgrade information.
(CMS-20367)
Third-Party Update: mysql-connector-java
The mysql-connector-java Java library has been updated in
shared/common/modules/shared/database-drivers/pom.xml
to version 8.0.28 to avoid security vulnerability CVE-2022-21363 of the previous version. Note, that the updated version of mysql-connector-java also dropped support for deprecated TLSv1 and TLSv1.1 connection protocols and requires using more-secure TLSv1.2 or TLSv1.3 protocols, which have to be supported by the used MySQL server.
Follow Section, “Third-Party Update: mysql-connector-java” for upgrade information.
(CMS-20962)