Release Notes / Version 10.2107
Table Of ContentsElastic Worker: Added missing component scan to module es-worker-component
Before, the bean ElasticSocialPlugin was only defined in module bpbase-es-alx-common, which is part of the ALX extension. This lead to problems, when the ALX extension was removed. Now the bean ElasticSocialPlugin is additionally created in module es-worker-component via component scan.
(CMS-15972)
Added missing runtime dependency to module content-services
In module content-services, the resource bpbase-urlpathformatting.xml from module bpbase-links-impl is imported. Therefore a runtime dependency to bpbase-links-impl is required. This dependency is included transitively from other modules, so the issue only occurs when removing dependencies, e.g. extensions.
(CMS-14113)