CoreMedia Content Cloud v11 Upgrade Guide / Version 2110
Table Of Contents
Both deprecated methods createBeansFor()
and createBeanFor()
have been moved from BlueprintFreemarkerFacade
to LivecontextFreemarkerFacade
,
because of the remaining usages in LiveContext templates. We recommend to not use the functions in projects.
Additionally, the deprecated methods BlueprintFreemarkerFacade.getContainerMetadata
and
BlueprintFreemarkerFacade.getDisplaySize
were removed. Please use
Container#getContainerMetadata()
and BlueprintFreemarkerFacade.getDisplayFileSize
instead.