Release Notes / Version 11.2310
Table Of Contents
The JsonPreviewClient was refactored to use Spring AutoConfiguration.
As a consequence class
com.coremedia.blueprint.headlessserver.JsonPreviewClientConfig
was removed from blueprint. The removal is breaking, if
JsonPreviewClientConfig
was adapted by developers.
If not, the change is non-breaking, as
JsonPreviewClientConfig
only contained a component
scan which was replaced by the new AutoConfiguration.
(CMS-19941)