Release Notes / Version 10.2107
Table Of Contents
Since
bpbase-uapi-util
is actually not specific to bpbase features, there is no use keeping the UAPI utilities in two separate modules. Therefore, we merged the two modules, so that the features from
bpbase-uapi-util
are also available in the core layer now. If you use
bpbase-uapi-util
features in your project, you must change the package from
com.coremedia.blueprint.base.util
to
com.coremedia.cap.util
, and the Maven dependency from
<dependency> <groupId>com.coremedia.blueprint.base</groupId> <artifactId>bpbase-uapi-util</artifactId> </dependency>
to
<dependency> <groupId>com.coremedia.cms</groupId> <artifactId>cap-unified-api-util</artifactId> </dependency>
(CMS-15227)