Release Notes / Version 10.2107
Table Of ContentsThird-Party Update: Docker base image for MySQL
This release introduces official support for MySQL 8. The base image for MySQL in the docker-compose development system has been updated from 5.7.31 to 8.0.22.
(CMS-18647)
Third-Party Update: PostgreSQL Driver
The PostgreSQL driver has been updated to version 42.2.18.
(CMS-18585)
rootApp configuration in studio-resources pom.xml now uses project.groupId
The groupId "com.coremedia.blueprint" was hard coded for the rootApp configuration in the pom.xml of studio-resources. The groupId is now set via
$\{project.groupId\
}.
(CMS-18540)
PostgreSQL 13.0 Support
CMCC now supports PostgreSQL 13.0.
(CMS-17660)
MySQL 8.0 Support
CMCC now supports MySQL 8.0. The name System became a reserved word in MySQL 8. Therefore if you refer to the table System you need to use backticks (`System`).
(CMS-11229)