Release Notes / Version 11.2310
Table Of Contents
The value of the JMX bean name key "application" was
formerly derived from the web application path within the servlet
container. Now the value of the spring boot property
spring.application.name
is used. The fallback is
still the value coremedia
.
In case you reference the the mbean via its application names in any external monitoring or the like, please be aware that you need to update these references accordingly.
(CMS-22241)