Release Notes / Version 12.2506.0
Table Of ContentsDeprecated methods in UriComponentsHelper
Several methods in
com.coremedia.objectserver.web.links.UriComponentsHelper
have been deprecated. They will be removed with releases 2512.0.0 and
2406.3.0.
Deprecated methods:
appendOrOverride(UriComponents, UriComponents)appendOrOverride(UriComponents, UriComponents, boolean)override(UriComponents, UriComponents)prependPath(String, UriComponents)prependPath(UriComponents, UriComponents)prependPath2(String, UriComponents)
A new method append(UriComponents, UriComponents)
has been added. It replaces the appendOrOverride
methods in the new releases.
(CMS-28828)
Updated MySQL Driver
Updated MySQL driver to
com.mysql:mysql-connector-j:9.4.0
(CMS-28559)
Deprecated unused remainders in workflow API
Unused remainders in the workflow API have been deprecated and marked for removal in CMCC-13.
Several workflow classes that are unused since the removal of the site-manager (with CMCC-12) have been deprecated and will be removed with CMCC-13. This affects the classes in the following packages:
com.coremedia.workflowcom.coremedia.workflow.common.utilcom.coremedia.workflow.worklist
(CMS-28523)


