Release Notes / Version 10.2107
Table Of ContentsThe Workflow server no longer manages an internal Spring application context.
com.coremedia.workflow.common.util.SpringContextManager
was changed so that it no longer loads a fresh Spring application context but exposes the workflow server's root application context. Instead of configuring property sources and bean resources for the Spring application context that was formerly loaded by
com.coremedia.workflow.common.util.SpringContextManager
, just extend the workflow server's root application context in the common way, for example, by adding Spring Boot auto configuration classes to the Workflow server's classpath.
(CMS-12425)