Release Notes / Version 11.2310
Table Of ContentsCoreMedia CKEditor plugins updated to 11.0.0
The CoreMedia CKEditor Plugins have been updated from 10.5.0 to 11.0.0.
Follow Section, “CoreMedia CKEditor plugins updated to 11.0.0” for upgrade information.
(CMS-22616)
Removed Usage of Deprecated Spring Annotations and Classes
The following spring classes are deprecated and will be removed with Spring 6:
org.springframework.beans.factory.annotation.Requiredorg.springframework.web.servlet.handler.HandlerInterceptorAdapter
Follow Section, “Removed Usage of Deprecated Spring Annotations and Classes” for upgrade information.
(CMS-22568)
Removed maven-shade-plugin
org.apache.maven.plugins:maven-shade-plugin has
been removed because it wasn't used anymore and is no longer managed.
(CMS-22508)
Updated auto configurations
With the update to Spring Boot 2.7, there have been changes to auto configurations and management context configurations:
The registration of auto configurations have been moved from
spring.factories(under theorg.springframework.boot.autoconfigure.EnableAutoConfigurationkey) to a new file namedMETA-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports, where each line contains the fully qualified name of an auto configuration class.The registration of management context configurations have been moved from
spring.factories(under theorg.springframework.boot.actuate.autoconfigure.web.ManagementContextConfigurationkey) to a new file namedMETA-INF/spring/org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration.imports, where each line contains the fully qualified name of a management context configuration class.The
@Configurationannotations of the auto configuration classes (that are listed in the newMETA-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.importsfiles, see above) have been replaced with the new@AutoConfigurationannotation.
Follow Section, “Updated auto configurations” for upgrade information.
(CMS-22462)
CKEditor 5 Updated to 34.0.0 and CoreMedia's Plugins to 10.4.0
The CoreMedia CKEditor Plugins have been updated from 10.3.0 to 10.4.0.
Follow Section, “CKEditor 5 Updated to 34.0.0 and CoreMedia's Plugins to 10.4.0” for upgrade information.
(CMS-22542)


