Release Notes / Version 13.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 behaviour, but only clarifies the type.
Custom code may have to be adjusted accordingly.
(CMS-29380)


