CoreMedia Content Cloud v12 Upgrade Guide / Version 2404
Table Of ContentsOnly Necessary when Large Blobs are Used
At the moment, you do not have to do anything, if you do not use large blobs. However, since the old method getSize() is deprecated, it is recommended to use the new method getSizeLong() instead.
The Headless Server API class com.coremedia.caas.model.adapter.ContentBlobAdapter
also has
a method getSize()
, which has been deprecated in favor of a new method getSizeLong()
,
just like the UAPI Blob
interface. This change has also been done in the GraphQL schema where a new field sizeLong
was added to the Blob
interface. The old field size is now deprecated.