Release Notes / Version 11.2304
Table Of ContentsUpdated Spring Boot, Spring Security and transitive dependencies
Updated Spring Boot, Spring Security and their transitive dependencies to the latest baseline versions.
Follow Section, “Updated Spring Boot, Spring Security and transitive dependencies” for upgrade information.
(CMS-21715)
JMX Beans use Spring Application Name as Application Key
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
.
Follow Section, “JMX Beans use Spring Application Name as Application Key” for upgrade information.
(CMS-22241)