Release Notes / Version 10.2107
Table Of Contents
The Workflow Server defines the Unified API bean
connection
and all associated repository and service beans in the same way as other applications now. That means that the beans are available for synchronous injection into custom beans. It is no longer necessary to use an
ObjectProvider
for this purpose. You can share bean definitions across the Workflow Server and other applications now.
If you have defined custom beans
contentRepository
,
workflowRepository
,
cache
or the like, you should remove your own definitions and use the default beans.
(CMS-10928)