close

Filter

loading table of contents...

Release Notes / Version 12.2406.0

Table Of Contents

Miscellaneous

Removed 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.transform

    • com.coremedia.transform.blob-cache.size

  • management.health

    • management.health.blobCacheDiskspace.threshold

    • management.health.transformedBlobCacheDiskspace.threshold

  • repository

    • repository.blob-streaming-size-threshold

    • repository.blob-cache-size

    • repository.heap-cache-size

    • repository.max-cached-blob-size

  • studio

    • studio.differencing.max-markup-size

  • sql

    • sql.store.sgml-cache-size (renamed from: sql.store.sgml-cache-size-bytes; old name still applicable)

  • workflow

    • workflow.blob-streaming-size-threshold

    • workflow.blob-cache-size

    • workflow.heap-cache-size

    • workflow.max-cached-blob-size

Follow Section, “Using DataSize in ConfigurationProperties for Human-readable Capacity Specifications” for upgrade information.

(CMS-22469)

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.