Release Notes / Version 10.2107
Table Of ContentsSome changes were necessary to remove references to the Unified API and to apply naming conventions. In detail the changes are:
Java
ContentCreationUtil.getMimeTypeForResourceName(String) removed. Use ContentHubMimeTypeService instead.
convertStringToMarkup(String) changed to convertStringToRichtext(String)
ContentHubContext reference to site by siteId has been replaced with siteName and siteLocale
Maven
groupIds of content-hub modules have been changed from com.coremedia.blueprint to com.coremedia.blueprint.content-hub
groupIds of content-hub modules have been changed from com.coremedia to com.coremedia.content-hub
artifactIds of content-hub modules have been unified. The convention is content-hub. Therefore some modules were renamed from contenthub-* to content-hub-*
added the postfix -ui to the artifactIds of content-hub studio-client modules
(CMS-15110)