CoreMedia Content Cloud v13 Upgrade Guide / Version 2512.0
Table Of Contents
The return type of com.coremedia.cap.workflow.WorkflowObject#getWarnings has been weakened from
List<WorkflowException> to List<CapException>. Due to a CMS internal generics inconsistency
the result list of getWarnings may contain CapException objects even
in older CMS versions. This fix does not change the behavior, but only clarifies the type. Custom code may have to
be adjusted accordingly.


