Release Notes / Version 11.2310
Table Of Contents
The Spring Configuration class
com.coremedia.caas.web.ViewMapperConfig
was removed
from from public API. The change didn't affect any configuration
properties. The config was meant to expose the existing view mappings
during runtime, as the mapping may change during runtime by editing,
removing or deleting the homepage of a site. As a configuration class
is not meant to expose dynamic runtime data, the class was refactored.
The mappings can now be acquired via an actuator at
/actuator/siteRestrictedEndpoints
.
(CMS-19885)