Release Notes / Version 11.2210
Table Of ContentsUpdated cms-blueprint-parent to 2.0.0
The plugins managed in the parent have been updated to the recent versions. The following updates might require small adjustments in your project:
Follow Section, “Updated cms-blueprint-parent to 2.0.0” for upgrade information.
(CMS-21728)
Fixed Prometheus Cache Metrics
Spring Boot actuator endpoint
/metrics
provides several metrics on CoreMedia components (see
Operations Basics Manual
, section
Basics of Operation | Actuator Endpoints | Metrics Endpoint
). In addition to that, actuator endpoint
/prometheus
publishes this data for scraping by monitoring application
Prometheus
. However, cache metrics were incomplete for some CoreMedia components when using this endpoint. With this fix, the complete set of cache information can now be retrieved from it.
Follow Section, “Fixed Prometheus Cache Metrics” for upgrade information.
(CMS-21612)
Removed Generic Type Argument of Blueprint SearchPreprocessor Interface
Removed the generic type argument of
com.coremedia.blueprint.cae.search.solr.SearchPreprocessor
as it is intended to preprocess beans of type
com.coremedia.blueprint.cae.search.SearchQueryBean
only.
(CMS-10266)