Release Notes / Version 12.2406.0
Table Of ContentsMariaDB Community Server: Known to Work State Discontinued
The status “Known to work” for the database MariaDB Community Server (compatible with MySQL 8) got removed from our supported environments.
Follow Section, “MariaDB Community Server: Known to Work State Discontinued” for upgrade information.
(CMS-24975)
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)
Integer Properties can now be used for the creation of new content with the Ingest Service
Previously, when you tried to create a new content with Integer Properties by means of the Ingest Service, the Integer values were ignored and returned as Null values. This bug has been fixed. Integer Properties can now also be used during content creation.
Follow Section, “Integer Properties can now be used for the creation of new content with the Ingest Service” for upgrade information.
(CMS-22570)
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)