Release Notes / Version 11.2210
Table Of ContentsBanned Jakarta EE 9 Artifacts
There is a mismatch between Maven coordinates and Java packages of Jakarta EE 8/9 artifacts. (For details see https://www.eclipse.org/community/eclipse_newsletter/2020/november/1.php .) We follow the strategy of Spring Boot 2.5 of how to deal with this problem and ban all Jakarta EE 9 artifacts. If you use Jakarta EE 9 artifacts in your project, please try to replace them with the according Jakarta EE 8 libraries.
(CMS-19484)
Removal: Deprecated Properties
Properties that were deprecated because they were replaced by Spring Boot configuration properties have now been removed:
Follow Section, “Removal: Deprecated Properties” for upgrade information.
(CMS-19116)
Updated to Spring 5.3.12 and Spring Boot 2.5.6
In order to benefit from the improvements of the latest version of the Spring framework and to prepare for making use of the new features various 3rd party libraries have been updated.
Follow Section, “Updated to Spring 5.3.12 and Spring Boot 2.5.6” for upgrade information.
(CMS-18517)
Removal: repository.workflow, repository.caplist, and usecaplist Properties
Removed the properties
repository.workflow
,
repository.caplist
, and
usecaplist
. Use
repository.workflow.connect
instead of
repository.workflow
and
repository.caplist.connect
instead of
repository.caplist
and
usecaplist
.
(CMS-17426)
Switched to Sencha CMD 7.2.0.84
Please use Sencha CMD 7.2.0.84 to build the studio-client to avoid heap space related problems after switching to the new NPM/TypeScript based tooling.
(CMS-20076)
Mongo shell replacement mongosh
The mongo shell has been deprecated with MongoDB 5.0. The replacement shell is mongosh. Usages of
mongo
shell have been replaced with
mongosh
in documentation, deployment scripts and the example script
dump-es-user-data.js
.
(CMS-19884)
Renamed groupId com.coremedia.content-hub to com.coremedia.cms
The groupId of the content-hub core artifacts has been changed from
com.coremedia.content-hub
to
com.coremedia.cms
in order to adjust to naming conventions.
(CMS-16969)