Release Notes / Version 11.2310
Table Of ContentsUpdated logback dependencies
ch.qos.logback:logback-core
and
ch.qos.logback:logback-classic
have been updated to
1.2.13.
(CMS-23913)
Refactoring of Internal MBeanRegistry class
The internal class
com.coremedia.jmx.DefaultMBeanRegistry
was
refactored. As a consequence, the properties
generateUniqueName
and
unregister
of bean mbeanRegistry
can no longer be customized. The internal properties
management.mbeans.generate-unique-name
and
management.mbeans.unregister
can be used instead.
Note that this is only relevant for projects using a custom WAR
deployment and pre-installed servlet containers.
(CMS-23875)
Restored Missing Solr JMX MBeans
Fixed a bug that Solr metrics starting with "solr.jetty", "solr.jvm", and "solr.node" were missing as JMX Mbeans with Solr 9. These metrics have been re-enabled now in the solr.xml configuration file.
(CMS-23787)