Release Notes / Version 11.2310
Table Of ContentsChanged CMS Version Compatibility Check For Plugins
The plugin property
plugin.requires
and the programmatic version check for Java Plugins in the CMS has been removed to fix a bug with the required cms version and to prevent further confusion.A new Plugin Schema has been released: https://releases.coremedia.com/plugins/plugin-schema-3.0.0.json.
The schema now requires aminimum-cms-version
. The property is not verified automatically, but is used for documentation purposes and enables clients to implement such a check in their deployment processes.The only breaking change is that the management for the dependency
com.github.zafarkhaja:java-semver:0.9.0
has been removed.
(CMS-22022)
Switching to Rolling Tags for Docker Base Images
CoreMedia base images are based on official Docker Hub images. These official images are regularly affected by security vulnerabilities - some more, some less. This is one reason why we are publishing our images independently from the Blueprint on Docker Hub. You can upgrade to a new version without having to wait for a new CMCC release.
Follow Section, “Switching to Rolling Tags for Docker Base Images” for upgrade information.
(CMS-21849)
SolrCloud Configuration Disabled /sql Request Handler
The Solr configuration in all solrconfig.xml
files
has been changed for security reasons, and now disables the
/sql
request handler. This handler was never used
but it was enabled implicitly in SolrCloud installations. You can
ignore this release note, if you don't use SolrCloud.
Follow Section, “SolrCloud Configuration Disabled /sql Request Handler” for upgrade information.
(CMS-22172)