Release Notes / Version 11.2310
Table Of Contents
The management-component
was removed in favor of
the newly introduced
com.coremedia.springframework.boot.jmx.JmxAutoConfiguration
in com.coremedia.cms:coremedia-spring-boot
. The
management.server.remote.url
property was removed
as well.
To enable JMX in 'local' Spring environment, set
spring.jmx.enabled=true
. The previous way of using
components.disabled=none
has no effect anymore.
(CMS-16003)