Release Notes / Version 12.2406.1
Table Of ContentsRemoved Package com.coremedia.transform.impl from Public API
Package com.coremedia.transform.impl contains
implementation classes only and was removed from public API. Use the
interfaces of package com.coremedia.transform
instead.
(CMS-24338)
Rename service "mysql" to "db" in global/deployment/docker
To prepare the workspace for usage with different databases, the
service “mysql” has been renamed to “db” in
global/deployment/docker. The container name is
still "mysql".
(CMS-24111)
Removed Sencha CMD
Sencha CMD is no longer needed to build the studio-client. This means Java 11 and Sencha CMD no longer need to be installed. Because this is one less step during the studio-client build the build is now also faster.
Follow Section, “Removed Sencha CMD” for upgrade information.
(CMS-23501)
Using DataSize in ConfigurationProperties for Human-readable Capacity Specifications
To be able to use human-readable capacity configurations such as
1GB in favor of 1_073_741_824
given as bytes, a bunch of properties got transformed to hold
DataSize instead of long or
int values denoting bytes, for example.
The following is a list of affected properties that benefit from this change:
com.coremedia.transformcom.coremedia.transform.blob-cache.size
management.healthmanagement.health.blobCacheDiskspace.thresholdmanagement.health.transformedBlobCacheDiskspace.threshold
repositoryrepository.blob-streaming-size-thresholdrepository.blob-cache-sizerepository.heap-cache-sizerepository.max-cached-blob-size
studiostudio.differencing.max-markup-size
sqlsql.store.sgml-cache-size(renamed from:sql.store.sgml-cache-size-bytes; old name still applicable)
workflowworkflow.blob-streaming-size-thresholdworkflow.blob-cache-sizeworkflow.heap-cache-sizeworkflow.max-cached-blob-size
Follow Section, “Using DataSize in ConfigurationProperties for Human-readable Capacity Specifications” for upgrade information.
(CMS-22469)


