Release Notes / Version 11.2310
Table Of ContentsNormalized Extension Dependency Order
In recent releases, the dependencies of enabled Blueprint extensions
were not correctly ordered as established by the extensions tool. This
would lead to a diff when calling extensions:sync
even without enabling or disabling any extensions. This has been
corrected.
To minimize merge conflicts, you should invoke the extensions tool to normalize the dependency order in your customized Blueprint workspace, too. To that end, in your workspace root directory, simply call
mvn -f workspace-configuration/extensions extensions:sync
and commit the resulting diff before merging the new CoreMedia Blueprint version.
(CMS-25563)