Release Notes / Version 11.2310
Table Of Contents
In our efforts to reduce technical debt, former
component-*.xml
and
component-*.properties
files were renamed and are
now being imported in Spring Boot AutoConfigurations in the same
module instead.
For the Studio-Server and the
Content-Server, the bean definitions were fully
migrated from component-*.xml
to Spring Boot
AutoConfigurations. In case you made customizations to these XML
files, you need to move those to Java configuration in the
AutoConfiguration as well.
The following blueprint XML and properties files were renamed and imported in the listed AutoConfigurations.
CAE-Feeder
component-am-caefeeder.xml
→am-caefeeder.xml
(AssetCaeFeederAutoConfiguration
)component-corporate-caefeeder.xml
→corporate-caefeeder.xml
(CorporateCaeFeederAutoConfiguration
)component-livecontext-caefeeder.xml
→livecontext-caefeeder.xml
(LiveContextCaeFeederAutoConfiguration
)component-caefeeder-blueprint.properties
→caefeeder-blueprint.properties
(CaeFeederBlueprintAutoConfiguration
)component-caefeeder-blueprint.xml
→caefeeder-blueprint.xml
(CaeFeederBlueprintAutoConfiguration
)
Content-Feeder
component-am-contentfeeder
→am-contentfeeder.xml
(AssetContentFeederAutoConfiguration
)component-corporate-contentfeeder.xml
→corporate-contentfeeder.xml
(CorporateContentFeederAutoConfiguration
)component-livecontext-contentfeeder.xml
→livecontext-contentfeeder.xml
(LiveContextContentFeederAutoConfiguration
)component-content-feeder-blueprint.xml
→content-feeder-blueprint.xml
(BlueprintContentFeederAutoConfiguration
)
User-Changes
component-user-changes-blueprint.xml
→user-changes-blueprint.xml
(UserChangesBlueprintAutoConfiguration
)
Elastic-Worker
component-elastic-worker.xml
→elastic-worker.xml
(ElasticWorkerAutoConfiguration
)component-es-alx-retrieval.xml
→es-alx-retrieval.xml
(EsAlxRetrievalAutoConfiguration
)component-es-alx-retrieval.properties
→es-alx-retrieval.properties
(EsAlxRetrievalAutoConfiguration
)component-lc-es-worker.xml
→lc-es-worker.xml
(LiveContextElasticSocialWorkerAutoConfiguration
)component-es-worker.xml
→es-worker.xml
(ElasticSocialWorkerAutoConfiguration
)
Studio-Server
component-lc-es-studio-lib.xml
→LivecontextElasticSocialStudioLibAutoConfiguration
component-studio-blueprint.xml
→StudioInMemoryAutoConfiguration
component-elastic-social-rest-extension.properties
→elastic-social-rest-extension.properties
(ESBlueprintStudioAutoConfiguration
)
Additionally, the Configuration
StudioInMemoryConfiguration
was transformed to the
StudioInMemoryAutoConfiguration
AutoConfiguration
.
Content-Server
component-am-server.xml
→AMServerAutoConfiguration
component-contentserver-blueprint.xml
→ContentServerBlueprintAutoConfiguration
(CMS-16541)