Release Notes / Version 11.2310
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:
maven-antrun-plugin
(1.8 to 3.1.0): major breaking change:target
must be used instead oftasks
(see https://maven.apache.org/plugins/maven-antrun-plugin/ , https://blogs.apache.org/maven/entry/apache-maven-antrun-plugin-version)maven-dependency-plugin
(3.1.2 to 3.3.0): reporting of missing test-scope changed and might create warnings
(see https://blogs.apache.org/maven/entry/apache-maven-dependency-plugin-version3)
(CMS-21728)
Integer Properties can now be used for the creation of new content with the Ingest Service
Previously, when you tried to create a new content with Integer Properties by means of the Ingest Service, the Integer values were ignored and returned as Null values. This bug has been fixed. Integer Properties can now also be used during content creation.
Follow Section, “Integer Properties can now be used for the creation of new content with the Ingest Service” for upgrade information.
(CMS-22570)
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)