Release Notes / Version 11.2310
Table Of ContentsUpdate of maven-surefire-plugin, maven-failsafe-plugin and junit-bom
The following dependencies have been updated:
maven-surefire-plugin and maven-failsafe-plugin: Update to version 3.1.2. This includes a breaking change in version 3.0.0-M8:
Remove deprecated parameter 'forkMode' and use only 'forkCount'
See https://issues.apache.org/jira/browse/SUREFIRE-1654, https://github.com/apache/maven-surefire/releases for more information.
org.junit:junit-bom: Update to version 5.9.3.
(CMS-23163)
Migration of Component XML and Properties Files to Spring Boot AutoConfigurations
In our efforts to reduce technical debt, former
component-*.xml
and
component-*.properties
files were renamed and are
now being imported in Spring Boot AutoConfigurations in the same
module instead.
Follow Section, “Migration of Component XML and Properties Files to Spring Boot AutoConfigurations” for upgrade information.
(CMS-16541)
Feedback Hub Compatibility Issue
For Feedback Hub plugins that used the non-public API class BindingLookup, an update is required since the constructor of the class has changed.
(CMS-23344)