Release Notes / Version 11.2210
Table Of Contents
The
blueprint-doctypes-xmlrepo.xml
located in so-called Blueprint-Base, unavailable to most customers, now has a copy in the Blueprint module
test-util
.
All tests in Blueprint have been adapted to use this new location for the content-type definitions.
Old coordinates:
Reference:
classpath:com/coremedia/blueprint/base/testing/blueprint-doctypes-xmlrepo.xml
Dependency:
<dependency> <groupId>com.coremedia.blueprint.base</groupId> <artifactId>bpbase-test-util</artifactId> <scope>test</scope> </dependency>
New coordinates:
Reference:
classpath:com/coremedia/testing/blueprint-doctypes-xmlrepo.xml
Dependency:
<dependency> <groupId>com.coremedia.blueprint</groupId> <artifactId>test-util</artifactId> <scope>test</scope> </dependency>
Deprecation Notice:
The artifact
com.coremedia.blueprint.base:bpbase-test-util
is herewith deprecated for use in CoreMedia Blueprint. For the lifecycle of 2110 it no incompatible changes will be introduced to this deprecated artifact.
It is strongly recommended migrating your own tests to the new copy within
com.coremedia.blueprint:test-util
.
(CMS-2487)