Release Notes / Version 13.2512.0
Table Of ContentsStarting with CM13, these Java-API deprecations were now applied EvaluationContext (part of rich text transformation)
In class
com.coremedia.caas.richtext.stax.writer.intermediate.eval.EvaluationContext,
the incomplete convenience constructor was now removed. Please use the
remaining main constructor instead.
The getter
public ContentRepository getContentRepository() was
removed. To get any content from the content repository please use the
method public Content getContent(String id).
CMGrammarRichTextAdapterFactory (part of rich text transformation)
The incomplete constructor was removed. Please use the main constructor instead.
ResponsiveMediaHashCacheKey
The incomplete constructor was removed. Please use the main constructor instead.
CoercingMap and CoercingRichtTextTree
Both classes now implement the non-deprecated versions of methods
serialize(),
parseValue() }}and {{parseLiteral() of the
GraphQL-Java Interface
graphql.schema.Coercing only.
ContentBlobAdapter and ContentMarkupAdapter
The deprecated method getSize() was removed from
both classes. Please use getSizeLong() instead.
MD5 hashes calculated for Persisted Queries in Relay Query Map uses now SHA256 hashes
If persisted queries are stored on HeadlessServer in a relay query format, the hashes for all queries have to be recalculated as SHA256.
SearchServiceAdapter and SearchServiceAdapterFactory
Deprecated legacy classes SearchServiceAdapter and
SearchServiceAdapterFactory were removed.
QueryListAdapter, QueryListAdapterFactory and search-schema.graphql
Deprecated constructors of QueryListAdapter with
offset parameter were removed. Use method
QueryListAdapter#getPagingResult instead for paged queries.
Deprecated fields CMQueryList#pagedItems and
CMQueryList#filteredPagedItems have been removed
from search-schema.graphql. Use
CMQueryList#itemsPaged and
CMQueryList#filteredItemsPaged instead.
AdapterSupplier<T extends Adapter> extends Supplier<T>
The non-standard method to() was now removed from
interface
AdapterSupplier<T extends Adapter> extends Supplier<T>.
Please use the standard supplier method get()
instead.
(CMS-27563)


