close

Filter

loading table of contents...

Release Notes / Version 11.2310

Table Of Contents

Migration of Component XML and Properties Files to Spring Boot AutoConfigurations

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.xmlam-caefeeder.xml (AssetCaeFeederAutoConfiguration)

  • component-corporate-caefeeder.xmlcorporate-caefeeder.xml (CorporateCaeFeederAutoConfiguration)

  • component-livecontext-caefeeder.xmllivecontext-caefeeder.xml (LiveContextCaeFeederAutoConfiguration)

  • component-caefeeder-blueprint.propertiescaefeeder-blueprint.properties (CaeFeederBlueprintAutoConfiguration)

  • component-caefeeder-blueprint.xmlcaefeeder-blueprint.xml (CaeFeederBlueprintAutoConfiguration)

Content-Feeder

  • component-am-contentfeederam-contentfeeder.xml (AssetContentFeederAutoConfiguration)

  • component-corporate-contentfeeder.xmlcorporate-contentfeeder.xml (CorporateContentFeederAutoConfiguration)

  • component-livecontext-contentfeeder.xmllivecontext-contentfeeder.xml (LiveContextContentFeederAutoConfiguration)

  • component-content-feeder-blueprint.xmlcontent-feeder-blueprint.xml (BlueprintContentFeederAutoConfiguration)

User-Changes

  • component-user-changes-blueprint.xmluser-changes-blueprint.xml (UserChangesBlueprintAutoConfiguration)

Elastic-Worker

  • component-elastic-worker.xmlelastic-worker.xml (ElasticWorkerAutoConfiguration)

  • component-es-alx-retrieval.xmles-alx-retrieval.xml (EsAlxRetrievalAutoConfiguration)

  • component-es-alx-retrieval.propertieses-alx-retrieval.properties (EsAlxRetrievalAutoConfiguration)

  • component-lc-es-worker.xmllc-es-worker.xml (LiveContextElasticSocialWorkerAutoConfiguration)

  • component-es-worker.xmles-worker.xml (ElasticSocialWorkerAutoConfiguration)

Studio-Server

  • component-lc-es-studio-lib.xmlLivecontextElasticSocialStudioLibAutoConfiguration

  • component-studio-blueprint.xmlStudioInMemoryAutoConfiguration

  • component-elastic-social-rest-extension.propertieselastic-social-rest-extension.properties (ESBlueprintStudioAutoConfiguration)

Additionally, the Configuration StudioInMemoryConfiguration was transformed to the StudioInMemoryAutoConfiguration AutoConfiguration.

Content-Server

  • component-am-server.xmlAMServerAutoConfiguration

  • component-contentserver-blueprint.xmlContentServerBlueprintAutoConfiguration

(CMS-16541)

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.